diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-18 18:07:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-18 18:07:55 +0000 |
commit | b70795e990d3be38a08768ef6c7f7611dad4b06a (patch) | |
tree | 6cfd26063a8e34eca074eaa1cf8423199573ffdf /gas | |
parent | 72ce05e86d76d33f6215c43635afaa77012b73d3 (diff) | |
download | gdb-b70795e990d3be38a08768ef6c7f7611dad4b06a.zip gdb-b70795e990d3be38a08768ef6c7f7611dad4b06a.tar.gz gdb-b70795e990d3be38a08768ef6c7f7611dad4b06a.tar.bz2 |
* config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for
.type pseudo-op.
(obj_aout_type): New static function.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1053e98..9447c47 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Oct 18 14:06:26 1996 Ian Lance Taylor <ian@cygnus.com> + + * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for + .type pseudo-op. + (obj_aout_type): New static function. + Thu Oct 17 17:55:17 1996 Ian Lance Taylor <ian@cygnus.com> * Makefile.in ($(OBJS)): Depend upon libiberty.h. |