Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: binutils/ld/ChangeLog

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/include/plugin-api.h ('k') | binutils/ld/Makefile.am » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/ld/ChangeLog
diff --git a/binutils/ld/ChangeLog b/binutils/ld/ChangeLog
index 31c034809b3e309b682c06e16d277dd96945f479..949be72f365301478fefa7f6eecca7688c9cf803 100644
--- a/binutils/ld/ChangeLog
+++ b/binutils/ld/ChangeLog
@@ -1,3 +1,33 @@
+2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
+
+ * Makefile.am (CFILES): Add ldlex-wrapper.c.
+ (OFILES): Replace ldlex.c with ldlex-wrapper.c.
+ (ldlex.o): Replace with...
+ (ldlex-wrapper.o): ...this new rule.
+ (EXTRA_ld_new_SOURCES): Add ldlex.l.
+ (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
+ * Makefile.in: Regenerate.
+ * ldlex.l (sysdep.h): Don't include here.
+ * ldlex-wrapper.c: New file.
+
+2010-01-08 Alan Modra <amodra@gmail.com>
+
+ PR 11107
+ * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
+
+2009-12-17 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * pe-dll.c (generate_reloc): Take account of wrapper options when
+ testing if a weak symbol is defined or not, and when it is not,
+ consider whether the default value requires a base reloc anyway.
+
+2009-12-09 Alan Modra <amodra@bigpond.net.au>
+
+ PR ld/11012
+ * emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Move .rela.opd ..
+ (INITIAL_RELOC_SECTIONS): .. to here. New define.
+ * scripttempl/elf.sc: Expand INITIAL_RELOC_SECTIONS.
+
2009-10-14 Andreas Schwab <schwab@linux-m68k.org>
* ldlex.l (yy_input): Remove second argument and return the value
« no previous file with comments | « binutils/include/plugin-api.h ('k') | binutils/ld/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698