diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2006-10-16 21:34:25 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2006-10-16 21:34:25 +0000 |
commit | 94bb04b3c611fb554c1013de0bb81fc5a13acb1c (patch) | |
tree | 8ab507645951064d9fdacdf32a0e225875332e0f /ld/ChangeLog | |
parent | b8da4ba61a6d0a5dd74d033f34a087dff89bac3b (diff) | |
download | gdb-94bb04b3c611fb554c1013de0bb81fc5a13acb1c.zip gdb-94bb04b3c611fb554c1013de0bb81fc5a13acb1c.tar.gz gdb-94bb04b3c611fb554c1013de0bb81fc5a13acb1c.tar.bz2 |
ld/
* Makefile.am (eelf64bmip.c): Depend on emulparams/elf64bmip-defs.sh.
(eelf64btsmip.c, eelf64ltsmip.c): Likewise.
* Makefile.in: Regenerate.
* emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Include
.reginfo rather than .MIPS.options.
* emulparams/elf64bmip-defs.sh: New file.
* emulparams/elf64bmip.sh: Include it.
(COMMONPAGESIZE): Delete.
* emulparams/elf64btsmip.sh: As for elf64bmip.sh.
ld/testsuite/
* ld-mips-elf/branch-misc-1.d: Set the start address to 0x20000000.
* ld-mips-elf/jalbal.d: Likewise 0x200000a0.
* ld-mips-elf/jaloverflow-2.d: Likewise 0x20000000.
* ld-mips-elf/reloc-3-n32.d: Likewise.
* ld-mips-elf/reloc-3.d: Likewise.
* ld-mips-elf/textrel-1.d: Don't require a specific file offset for
.dynamic.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 77d813c..258e92f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +2006-10-16 Richard Sandiford <richard@codesourcery.com> + + * Makefile.am (eelf64bmip.c): Depend on emulparams/elf64bmip-defs.sh. + (eelf64btsmip.c, eelf64ltsmip.c): Likewise. + * Makefile.in: Regenerate. + * emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Include + .reginfo rather than .MIPS.options. + * emulparams/elf64bmip-defs.sh: New file. + * emulparams/elf64bmip.sh: Include it. + (COMMONPAGESIZE): Delete. + * emulparams/elf64btsmip.sh: As for elf64bmip.sh. + 2006-10-12 Bob Wilson <bob.wilson@acm.org> * emultempl/xtensaelf.em (is_inconsistent_linkonce_section): Check |