mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* lib/gdb.exp: Skip CHILL for AIX and Solaris.
This commit is contained in:
@ -3,7 +3,7 @@ Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|||||||
* gdb.base/nodebug.exp: Comment out redundant test. Make name of
|
* gdb.base/nodebug.exp: Comment out redundant test. Make name of
|
||||||
tests unique.
|
tests unique.
|
||||||
|
|
||||||
* lib/gdb.exp: Skip CHILL for AIX.
|
* lib/gdb.exp: Skip CHILL for AIX and Solaris.
|
||||||
|
|
||||||
Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
@ -559,5 +559,6 @@ proc skip_chill_tests {} {
|
|||||||
# For AIX (as of 16 Mar 95), (a) there is no language code for
|
# For AIX (as of 16 Mar 95), (a) there is no language code for
|
||||||
# CHILL in output_epilog in gcc/config/rs6000/rs6000.c, (b) collect2
|
# CHILL in output_epilog in gcc/config/rs6000/rs6000.c, (b) collect2
|
||||||
# does not get along with AIX's too-clever linker.
|
# does not get along with AIX's too-clever linker.
|
||||||
return ![isnative] || [istarget "*-*-aix*"]
|
# On Solaris, static constructors are broken.
|
||||||
|
return {![isnative] || [istarget "*-*-aix*"] || [istarget "*-*-solaris2*"]}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user