diff options
author | Matthew Hiller <hiller@redhat.com> | 2001-03-01 19:13:27 +0000 |
---|---|---|
committer | Matthew Hiller <hiller@redhat.com> | 2001-03-01 19:13:27 +0000 |
commit | 1688b748f19ed942913859467382773a66ed8943 (patch) | |
tree | 052d27558fa7cfaaa79d9624b74ba37b70ecafc8 /ld/ChangeLog | |
parent | d1b17ab0f362b32de0c012003ff07d745aefe1e6 (diff) | |
download | gdb-1688b748f19ed942913859467382773a66ed8943.zip gdb-1688b748f19ed942913859467382773a66ed8943.tar.gz gdb-1688b748f19ed942913859467382773a66ed8943.tar.bz2 |
2001-02-28 Matt Hiller <hiller@redhat.com>
* testsuite/ld-scripts/crossref.exp: Initialize flags to
[big_or_little_endian].
* testsuite/ld-undefined/undefined.exp: Ditto, and include $flags
in ld invocations.
* testsuite/lib/ld-lib.exp (big_or_little_endian): Recognize -EB,
-eb, EL and el.
(is_endian_output_format): New function.
(default_ld_link): Set flags to [big_or_little_endian] only if ld
is being invoked such that the output format being used is of
known endianness.
(default_ld_simple_link): Ditto.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 53c9dc6..a59d280 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,17 @@ +2001-02-28 Matt Hiller <hiller@redhat.com> + + * testsuite/ld-scripts/crossref.exp: Initialize flags to + [big_or_little_endian]. + * testsuite/ld-undefined/undefined.exp: Ditto, and include $flags + in ld invocations. + * testsuite/lib/ld-lib.exp (big_or_little_endian): Recognize -EB, + -eb, EL and el. + (is_endian_output_format): New function. + (default_ld_link): Set flags to [big_or_little_endian] only if ld + is being invoked such that the output format being used is of + known endianness. + (default_ld_simple_link): Ditto. + 2001-02-27 Alan Modra <alan@linuxcare.com.au> * configure.in (BFD_VERSION): New. |