diff options
author | Jeff Law <law@redhat.com> | 1994-11-15 18:35:32 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-15 18:35:32 +0000 |
commit | 1a9a95bb2aac97ca1f2aba1fafa593fec323eb33 (patch) | |
tree | e71701941d0eeb0ab917458aa126baf81917ed88 /gas/testsuite/ChangeLog | |
parent | 8e0e09f60077b422ae510f191d6f4de5be42b391 (diff) | |
download | gdb-1a9a95bb2aac97ca1f2aba1fafa593fec323eb33.zip gdb-1a9a95bb2aac97ca1f2aba1fafa593fec323eb33.tar.gz gdb-1a9a95bb2aac97ca1f2aba1fafa593fec323eb33.tar.bz2 |
* gas/config/tc-hppa.h (obj_frob_symbol): Delete ELF specific
definition.
(tc_frob_symbol): Make this condition on OBJ_SOM or OBJ_ELF. For
ELF, subtract out the symbol->section->vma for non-common symbols.
* gas/testsuite/gas/hppa/unsorted/unsorted.exp (importbug): Tweak
to match current expected ELF output.
* gas/testsuite/gas/hppa/reloc/reloc.exp
(do_plabel_relocation_test, do_r_no_reloc): Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0cb567b..32e6328 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,16 @@ +Tue Nov 15 11:09:57 1994 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/unsorted/unsorted.exp (importbug): Tweak to match + current expected PA ELF output. + * gas/hppa/reloc/reloc.exp (do_r_no_reloc): Likewise. + (do_plabel_relocation_test): Likewise. + +Thu Nov 3 18:14:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * gas/all/p1480.s: Use larger constant, so expression can have a + positive value. + * gas/all/gas.exp: Expect p1480.s without listings to pass. + Thu Nov 3 15:43:46 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d, gas/mips/usw.d: |