aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-10-19 10:32:12 +0000
committerNick Clifton <nickc@redhat.com>2009-10-19 10:32:12 +0000
commit764ed107e9c05328d6f02d9c0406bd1ad39a502e (patch)
tree0786223a290da4c9629ce063ea6cce587e1c2dfe /ld
parentb321dd9007fe320d5af1a84d6169239382271fa7 (diff)
downloadbinutils-764ed107e9c05328d6f02d9c0406bd1ad39a502e.zip
binutils-764ed107e9c05328d6f02d9c0406bd1ad39a502e.tar.gz
binutils-764ed107e9c05328d6f02d9c0406bd1ad39a502e.tar.bz2
* Makefile.am: Remove spurious sanitization marker.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am1
-rw-r--r--ld/Makefile.in1
3 files changed, 5 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f755793..3e11bcd 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-19 Nick Clifton <nickc@redhat.com>
+
+ * Makefile.am: Remove spurious sanitization marker.
+ * Makefile.in: Regenerate.
+
2009-10-16 Dimitry Gorbachev <d.g.gorbachev@gmail.com>
* emultempl/pe.em (OPTION_EXCLUDE_ALL_SYMBOLS): New macro.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 5feebf3..c1d3dbf 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -791,7 +791,6 @@ eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
eelf32rx.c: $(srcdir)/emulparams/elf32rx.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32rx "$(tdir_elf32rx)"
- @true end-sanitize-rx
eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32vax "$(tdir_elf32vax)"
diff --git a/ld/Makefile.in b/ld/Makefile.in
index cba31ee..0da0fff 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -2133,7 +2133,6 @@ eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
eelf32rx.c: $(srcdir)/emulparams/elf32rx.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32rx "$(tdir_elf32rx)"
- @true end-sanitize-rx
eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32vax "$(tdir_elf32vax)"