mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +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:
@ -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>
|
2002-04-05 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
|
* 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"
|
COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
|
||||||
;;
|
;;
|
||||||
changequote(,)dnl
|
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
|
changequote([,])dnl
|
||||||
COREFILE=rs6000-core.lo
|
COREFILE=rs6000-core.lo
|
||||||
COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
|
COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
|
||||||
|
Reference in New Issue
Block a user