aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2004-01-05 22:09:38 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2004-01-05 22:09:38 +0000
commit4301eeb1c79a4a87cddf3da5339ecb01e2c26cb0 (patch)
tree0d193176d890985f1f844007d8eb06c0b459e79f /bfd/ChangeLog
parent9515395e66db89b143374414b98ef8c3ee233a7b (diff)
downloadfsf-binutils-gdb-4301eeb1c79a4a87cddf3da5339ecb01e2c26cb0.zip
fsf-binutils-gdb-4301eeb1c79a4a87cddf3da5339ecb01e2c26cb0.tar.gz
fsf-binutils-gdb-4301eeb1c79a4a87cddf3da5339ecb01e2c26cb0.tar.bz2
* elf32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
targets to support pages of up to 64kB. (elf32_bed): Redefine to get a separate backend data structure for traditional targets. * elf64-mips.c (ELF_MAXPAGESIZE): Redefine for traditional targets to support pages of up to 64kB. (elf64_bed): Redefine to get a separate backend data structure for traditional targets. * elfn32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional targets to support pages of up to 64kB. (elf32_bed): Redefine to get a separate backend data structure for traditional targets.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2893591..0ff84d9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,18 @@
+2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
+
+ * elf32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
+ targets to support pages of up to 64kB.
+ (elf32_bed): Redefine to get a separate backend data structure for
+ traditional targets.
+ * elf64-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
+ targets to support pages of up to 64kB.
+ (elf64_bed): Redefine to get a separate backend data structure for
+ traditional targets.
+ * elfn32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
+ targets to support pages of up to 64kB.
+ (elf32_bed): Redefine to get a separate backend data structure for
+ traditional targets.
+
2004-01-04 Mark Kettenis <kettenis@gnu.org>
* elf32-sparc.c (elf32_sparc_grok_psinfo): New function.