diff options
author | Jeff Law <law@redhat.com> | 1994-11-28 07:54:07 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-28 07:54:07 +0000 |
commit | e07f892633e88c0f714b02892e7e60acc07c397c (patch) | |
tree | f405ad5df5bb9720164bf8a25e395ef4001a2a7d | |
parent | d5adb5d8a451ada513da9c1c29641b1d5aaffd12 (diff) | |
download | gdb-e07f892633e88c0f714b02892e7e60acc07c397c.zip gdb-e07f892633e88c0f714b02892e7e60acc07c397c.tar.gz gdb-e07f892633e88c0f714b02892e7e60acc07c397c.tar.bz2 |
* config/tc-hppa.h (pa_check_eof): Declare new extern function.
(tc_frob_file): Define to call pa_check_eof.
* config/tc-hppa.c (pa_check_current_space_and_subspace): New
function to verify the current space and subspace are reasonable.
Call for the appropriate pseudo-ops and before instruction parsing.
(pa_check_eof): New function to verify enter/exit and proc/procend
pairs match at EOF.
(pa_code): Simplify.
* config/obj-som.c: Delete #if 0 code.
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b454494..18efc53 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +Mon Nov 28 00:11:15 1994 Jeff Law (law@snake.cs.utah.edu) + + * config/tc-hppa.h (pa_check_eof): Declare new extern function. + (tc_frob_file): Define to call pa_check_eof. + + * config/tc-hppa.c (pa_check_current_space_and_subspace): New + function to verify the current space and subspace are reasonable. + Call for the appropriate pseudo-ops and before instruction parsing. + (pa_check_eof): New function to verify enter/exit and proc/procend + pairs match at EOF. + (pa_code): Simplify. + + * config/obj-som.c: Delete #if 0 code. + Wed Nov 23 19:36:09 1994 Steve Chamberlain (sac@jonny.cygnus.com) * config/obj-coff.h (TARGET_FORMAT): Select between coff-shl and coff-sh. |