diff options
author | Jeff Law <law@redhat.com> | 2000-02-11 21:27:41 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-02-11 21:27:41 +0000 |
commit | c97305a1da199cf0b2dd3fbf57c4b5857a83a5df (patch) | |
tree | 6d431efaea3f5d1afd430c32b192d2de8ac70b71 /gas/ChangeLog | |
parent | fa292f2358c4d8b1bfee4203ea4a4a86164adb34 (diff) | |
download | gdb-c97305a1da199cf0b2dd3fbf57c4b5857a83a5df.zip gdb-c97305a1da199cf0b2dd3fbf57c4b5857a83a5df.tar.gz gdb-c97305a1da199cf0b2dd3fbf57c4b5857a83a5df.tar.bz2 |
* config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to create
the unwinder subspace. Save the current seg/subseg before creating
the new seg/subseg.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4dd895b..912e31c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 11 14:21:51 2000 Jeffrey A Law (law@cygnus.com) + + * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to create + the unwinder subspace. Save the current seg/subseg before creating + the new seg/subseg. + 2000-02-10 Nick Clifton <nickc@cygnus.com> * config/tc-mcore.c (INST_BYTE0): Redefine to handle big and |