diff options
author | Thiemo Seufer <ths@networkno.de> | 2002-07-30 23:48:30 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2002-07-30 23:48:30 +0000 |
commit | 7808a785c5986903ac6dd4220f185fdcf62b0190 (patch) | |
tree | 2631713c36feceaddaeca5ac5481c21b58e6a967 /ld/ChangeLog | |
parent | 574e6d11bc0c4eaf59d4d2a278fef67013895506 (diff) | |
download | gdb-7808a785c5986903ac6dd4220f185fdcf62b0190.zip gdb-7808a785c5986903ac6dd4220f185fdcf62b0190.tar.gz gdb-7808a785c5986903ac6dd4220f185fdcf62b0190.tar.bz2 |
* Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
for n32 ABI support.
* Makefile.in: Regenerate.
* configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
n32 ABI emulations for these 64 bit targets.
* emulparams/elf32bmipn32.sh: Expand comment.
* emulparams/elf32btsmipn32.sh: New file, for traditional big endian
n32 ABI.
* emulparams/elf32ltsmipn32.sh: Likewise for little endian.
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 e9189da..0dd80a4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations + for n32 ABI support. + * Makefile.in: Regenerate. + * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add + n32 ABI emulations for these 64 bit targets. + * emulparams/elf32bmipn32.sh: Expand comment. + * emulparams/elf32btsmipn32.sh: New file, for traditional big endian + n32 ABI. + * emulparams/elf32ltsmipn32.sh: Likewise for little endian. + 2002-07-30 Graeme Peterson <gp@qnx.com> * configure.tgt: Add support for arm-*-nto target. |