diff options
author | Alan Modra <amodra@gmail.com> | 2001-06-10 13:41:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-06-10 13:41:43 +0000 |
commit | b6a71ccaa16fe88ce84b5fbe4dffab340e92d6bd (patch) | |
tree | a75a26137acf1b22bc4d8459ceb2f58cac2ffe30 /ld/testsuite | |
parent | 4e8a9624b8e07c195b8bd0f93b607ced5c11beb7 (diff) | |
download | gdb-b6a71ccaa16fe88ce84b5fbe4dffab340e92d6bd.zip gdb-b6a71ccaa16fe88ce84b5fbe4dffab340e92d6bd.tar.gz gdb-b6a71ccaa16fe88ce84b5fbe4dffab340e92d6bd.tar.bz2 |
Move an entry to the correct ChangeLog.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 9b4a6d2..d21e7c4 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -101,6 +101,19 @@ * ld-scripts/cross2.t: Support any type of text/data sections, not just the canonical ones. +2001-02-28 Matt Hiller <hiller@redhat.com> + + * ld-scripts/crossref.exp: Initialize flags to [big_or_little_endian]. + * ld-undefined/undefined.exp: Ditto, and include $flags in ld + invocations. + * 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-14 H.J. Lu <hjl@gnu.org> * ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3 |