diff options
author | Jeff Law <law@redhat.com> | 1997-04-07 21:01:43 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-04-07 21:01:43 +0000 |
commit | e41369a45f31905498cf9c49476d97418381fcba (patch) | |
tree | 46bb70dd9570568871adabab1041da95284d2eb0 /gas | |
parent | b4aa23f24488d584963b30451fc68b02cdbdbb0d (diff) | |
download | gdb-e41369a45f31905498cf9c49476d97418381fcba.zip gdb-e41369a45f31905498cf9c49476d97418381fcba.tar.gz gdb-e41369a45f31905498cf9c49476d97418381fcba.tar.bz2 |
* config/tc-hppa.c (pa_subspace_start): If OBJ_ELF, then always return
zero.
* config/tc-hppa.h (tc_frob_symbol): Don't reset the value of the
symbol for OBJ_ELF anymore.
Fixes testsuite problem for hppa1.1-hp-*elf*.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 145e288..6feaad1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Mon Apr 7 14:58:22 1997 Jeffrey A Law (law@cygnus.com) + + * config/tc-hppa.c (pa_subspace_start): If OBJ_ELF, then always return + zero. + * config/tc-hppa.h (tc_frob_symbol): Don't reset the value of the + symbol for OBJ_ELF anymore. + Mon Apr 7 10:54:59 1997 Doug Evans <dje@canuck.cygnus.com> * Makefile.in: Regenerate dependencies. |