mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
is greater or equal to 4.3.3. * configure: Regenerate. Fix PR gdb/344.
This commit is contained in:
parent
3f289e6fd4
commit
ac7b6ceb87
@ -1,3 +1,10 @@
|
||||
2002-04-07 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
|
||||
is greater or equal to 4.3.3.
|
||||
* configure: Regenerate.
|
||||
Fix PR gdb/344.
|
||||
|
||||
2002-04-05 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
|
||||
|
548
bfd/configure
vendored
548
bfd/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -332,7 +332,8 @@ changequote([,])dnl
|
||||
COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
|
||||
;;
|
||||
changequote(,)dnl
|
||||
rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
|
||||
rs6000-*-aix4.[4-9]* | powerpc-*-aix4.[4-9]* \
|
||||
rs6000-*-aix4.3.[3-9]* | powerpc-*-aix4.3.[3-9]*)
|
||||
changequote([,])dnl
|
||||
COREFILE=rs6000-core.lo
|
||||
COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
|
||||
|
Loading…
Reference in New Issue
Block a user