|
| 1 | +2023-03-15 Nick Clifton < [email protected]> |
| 2 | + |
| 3 | + PR 30187 |
| 4 | + * NEWS: Mention the new feature. |
| 5 | + * ld.texi: Document the new feature. |
| 6 | + * ldgram.y: Handle LINKER_VERSION token. |
| 7 | + * ldlang.c (lang_add_version): New function. |
| 8 | + (enable_linker_version): New global variable. |
| 9 | + * ldlang.h (land_add_version): Prototype. |
| 10 | + (enable_linker_version): Export. |
| 11 | + * ldlex.h (OPTION_ENABLE_LINKER_VERSION): Define. |
| 12 | + (OPTION_DISABLE_LINKER_VERSION): Define. |
| 13 | + * ldlex.l (LINKER_VERSION): Add token. |
| 14 | + * lexsup.c (ld_options): Add --enable-linker-version and |
| 15 | + --disable-linker-version. |
| 16 | + (parse_args): Handle the new options. |
| 17 | + * scripttempl/arclinux.sc: Remove stabs and comment sections and |
| 18 | + replace with inclusion of misc-sections.sc |
| 19 | + * scripttempl/avr.sc: Likewise. |
| 20 | + * scripttempl/dlx.sc: Likewise. |
| 21 | + * scripttempl/elf.sc: Likewise. |
| 22 | + * scripttempl/elf32cr16.sc: Likewise. |
| 23 | + * scripttempl/elf32crx.sc: Likewise. |
| 24 | + * scripttempl/elf32msp430.sc: Likewise. |
| 25 | + * scripttempl/elf64bpf.sc: Likewise. |
| 26 | + * scripttempl/elf64hppa.sc: Likewise. |
| 27 | + * scripttempl/elf_chaos.sc: Likewise. |
| 28 | + * scripttempl/elfarc.sc: Likewise. |
| 29 | + * scripttempl/elfarcv2.sc: Likewise. |
| 30 | + * scripttempl/elfd10v.sc: Likewise. |
| 31 | + * scripttempl/elfd30v.sc: Likewise. |
| 32 | + * scripttempl/elfm68hc11.sc: Likewise. |
| 33 | + * scripttempl/elfm68hc12.sc: Likewise. |
| 34 | + * scripttempl/elfm9s12z.sc: Likewise. |
| 35 | + * scripttempl/elfmicroblaze.sc: Likewise. |
| 36 | + * scripttempl/elfxgate.sc: Likewise. |
| 37 | + * scripttempl/elfxtensa.sc: Likewise. |
| 38 | + * scripttempl/epiphany_4x4.sc: Likewise. |
| 39 | + * scripttempl/ft32.sc: Likewise. |
| 40 | + * scripttempl/ip2k.sc: Likewise. |
| 41 | + * scripttempl/iq2000.sc: Likewise. |
| 42 | + * scripttempl/mep.sc: Likewise. |
| 43 | + * scripttempl/nds32elf.sc: Likewise. |
| 44 | + * scripttempl/pru.sc: Likewise. |
| 45 | + * scripttempl/v850.sc: Likewise. |
| 46 | + * scripttempl/v850_rh850.sc: Likewise. |
| 47 | + * scripttempl/visium.sc: Likewise. |
| 48 | + * scripttempl/xstormy16.sc: Likewise. |
| 49 | + * scripttempl/z80.sc: Likewise. |
| 50 | + * testsuite/ld-scripts/script.exp: Run new tests. |
| 51 | + * scripttempl/misc-sections.sc: New file. |
| 52 | + * testsuite/ld-scripts/ld-version-2.d: New file. |
| 53 | + * testsuite/ld-scripts/ld-version.d: New file. |
| 54 | + * testsuite/ld-scripts/ld-version.t: New file. |
| 55 | + |
1 | 56 | 2023-02-23 Fangrui Song < [email protected]> |
2 | 57 |
|
3 | 58 | * emultempl/riscvelf.em: Add option parsing. |
|
0 commit comments