summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2013-06-23 20:08:22 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2013-06-23 20:08:22 +0000
commit03ce2d70a48a27aae71820128f00ebf7936f15b5 (patch)
tree61eb5e9859593950d94e3bc8edc4459bf4fbf4c3 /ld/ChangeLog
parent102f380fc0894f1e8815036217304ab1cfb25c07 (diff)
downloadbinutils-redhat-03ce2d70a48a27aae71820128f00ebf7936f15b5.tar.gz
bfd/
* Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Move MIPS ELF files to... (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): ...here. * Makefile.in: Regenerate. * config.bfd: Enclose all MIPS ELF targets in #ifdef BFD64. Set want64 to true for them at the end. * targets.c (_bfd_target_vector): Protect MIPS ELF targets with #ifdef BFD64. gas/ * config/tc-mips.c: Assert that offsetT and valueT are at least 8 bytes in size. (GPR_SMIN, GPR_SMAX): New macros. (macro, mips_ip): Remove code for 4-byte valueT and offsetT. ld/ * Makefile.am (ALL_EMULATION_SOURCES): Move MIPS ELF emulations to... (ALL_64_EMULATION_SOURCES): ...here. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1fa836ce02..e701fff546 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2013-06-23 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * Makefile.am (ALL_EMULATION_SOURCES): Move MIPS ELF emulations to...
+ (ALL_64_EMULATION_SOURCES): ...here.
+ * Makefile.in: Regenerate.
+
2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
* NEWS: Document the removal of MIPS ECOFF targets.