diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-08-25 16:03:58 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-08-25 16:03:58 +0000 |
commit | 5fec85997f998c05ac9f7f4a8da97c061a5fcbe1 (patch) | |
tree | e0489d3ccddb76fdddfe4e86f740a7f50d0c49d3 /ld | |
parent | ae95ffa628f6a762098e298444e15b744e7f7d99 (diff) | |
download | gdb-5fec85997f998c05ac9f7f4a8da97c061a5fcbe1.zip gdb-5fec85997f998c05ac9f7f4a8da97c061a5fcbe1.tar.gz gdb-5fec85997f998c05ac9f7f4a8da97c061a5fcbe1.tar.bz2 |
Move gas/ld NEWS from binutils to gas/ld.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 55fd8e3..4038fd3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -23,6 +23,10 @@ 2010-08-19 Alan Modra <amodra@gmail.com> + * NEWS: Mention change in linker script expression evaluation. + +2010-08-19 Alan Modra <amodra@gmail.com> + * ld.texinfo (Expression Section): Detail expression evaluation. (Builtin Functions <ADDR>): Correct. (Builtin Functions <LOADADDR>): Don't mention LOADADDR normally @@ -1,5 +1,8 @@ -*- text -*- +* Linker script expression evaluation is somewhat more sane. This may + break scripts that depend on quirks of the old expression evaluation. + * Turn off underscoring for x86_64 PE+-COFF targets. For old behavior the option --enable-leading-mingw64-underscores can be used on configure of bfd. |