diff options
author | Nick Clifton <nickc@redhat.com> | 2003-07-04 10:25:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-07-04 10:25:14 +0000 |
commit | 8c17da6e594c61837ef20620791a2e55d323d3d2 (patch) | |
tree | 3164d2a2c5bac945f499b238f31d79c71085e6b3 /ld/testsuite/ChangeLog | |
parent | 35cad4c475cf2bb3c7a99fa2d2c1303a5d2cb00e (diff) | |
download | gdb-8c17da6e594c61837ef20620791a2e55d323d3d2.zip gdb-8c17da6e594c61837ef20620791a2e55d323d3d2.tar.gz gdb-8c17da6e594c61837ef20620791a2e55d323d3d2.tar.bz2 |
* elf32-h8300.c (R_H8_DIR32A16): Fix name field.
(elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation.
<R_H8_DIR32A16>: Fix type of relocation.
* ld-h8300/h8300.exp: Replace loop with explicit list. Run relax.d
unconditionally. Run relax-2.d for *-elf targets.
* ld-h8300/relax.d: Fix typo.
* ld-h8300/relax.s: Add 0x prefixes.
* ld-h8300/relad-2.[sd]: New test.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a9ad45f..d7149f8 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2003-07-04 Richard Sandiford <rsandifo@redhat.com> + + * ld-h8300/h8300.exp: Replace loop with explicit list. Run relax.d + unconditionally. Run relax-2.d for *-elf targets. + * ld-h8300/relax.d: Fix typo. + * ld-h8300/relax.s: Add 0x prefixes. + * ld-h8300/relad-2.[sd]: New test. + 2003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * ld-mips-elf/mips-elf.exp: Use is_elf_format. |