mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* ld-scripts/phdrs.exp: x86-64 is a 64 bit ELF platform, handle it
special.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-04-28 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* ld-scripts/phdrs.exp: x86-64 is a 64 bit ELF platform, handle it
|
||||
special.
|
||||
|
||||
2001-04-01 David O'Brien <obrien@FreeBSD.org>
|
||||
* ld-undefined/undefined.exp: XFAIL on FreeBSD/i386 for the usual (even
|
||||
though it doesn't use DWARF2 yet (but its output is identical).
|
||||
@ -489,7 +494,7 @@ Tue Jun 16 12:40:38 1998 Geoff Keating <geoffk@ozemail.com.au>
|
||||
Fri May 29 15:02:50 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ld-srec/srec.exp: Add xfails for powerpc*-*-eabi.
|
||||
(run_srec_test): On mn10200, define __truncsipsi2_do_d2.
|
||||
(run_srec_test): On mn10200, define __truncsipsi2_do_d2.
|
||||
* ld-srec/sr1.c (__main): Change return type to void.
|
||||
* ld-srec/sr3.cc (__main): Likewise.
|
||||
(__builtin_delete, __builtin_new): Likewise.
|
||||
@ -560,7 +565,7 @@ Mon Nov 10 14:25:43 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
Mon Oct 20 14:36:39 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ld-srec/sr3.cc: Add definitions for terminate, __terminate, and
|
||||
__throw, since the current g++ expects them to be defined.
|
||||
__throw, since the current g++ expects them to be defined.
|
||||
|
||||
Fri Oct 3 12:24:03 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
@ -697,7 +702,7 @@ Wed May 1 16:45:13 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
Mon Apr 29 10:33:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* ld-shared/shared.exp: Run the shared library tests on
|
||||
Linux/m68k.
|
||||
Linux/m68k.
|
||||
|
||||
Fri Apr 5 16:20:55 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
|
@ -48,7 +48,7 @@ set phdrs_regexp \
|
||||
|
||||
# On a 64 bit ELF format, we need different numbers.
|
||||
if { [istarget alpha*-*-*] || [istarget "ia64*-*-*"]
|
||||
|| [istarget "hppa*64*-*-*"] } then {
|
||||
|| [istarget "hppa*64*-*-*"] || [istarget "x86_64*-*-*"] } then {
|
||||
set phdrs_regexp \
|
||||
".*Program Header:.*PHDR *off *0x00*40 *vaddr *0x00*80040 *paddr *0x00*80040.*filesz *0x0\[0-9a-f\]* *memsz *0x0\[0-9a-f\]* flags r--.*LOAD *off *0x00* *vaddr *0x00*80000 *paddr *0x00*80000.*filesz *0x00*\[0-9a-f\]* *memsz *0x0\[0-9a-f\]* *flags r-x.*LOAD *off *0x0\[0-9a-f\]* *vaddr *0x00*80*\[0-9a-f\]* *paddr *0x00*80*\[0-9a-f\]*.*filesz *0x0\[0-9a-f\]* *memsz *0x0\[0-9a-f\]* *flags *rw-.*"
|
||||
}
|
||||
|
Reference in New Issue
Block a user