diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-12-09 00:55:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-12-09 00:55:55 +0000 |
commit | 4533e615d7f7cef7a760add1dc02e7ddce2c0d5a (patch) | |
tree | 8187a62a91e471da2e6c1db834ab78fec995defd /gas | |
parent | ab796a3d17e27e9833c1b8d89ddda2a2517e6917 (diff) | |
download | gdb-4533e615d7f7cef7a760add1dc02e7ddce2c0d5a.zip gdb-4533e615d7f7cef7a760add1dc02e7ddce2c0d5a.tar.gz gdb-4533e615d7f7cef7a760add1dc02e7ddce2c0d5a.tar.bz2 |
Tue Dec 8 19:51:50 1998 Mark Klein <mklein@dis.com>
* configure.in (hppa-*-mpeix*): New target.
* config/obj-som.h (obj_som_compiler): Declare.
* config/obj-som.c (compiler_seen): New static variable.
(obj_som_compiler): New function.
* config/tc-hppa.c: Update tc_data uses for change to bfd/som.h.
(md_pseudo_table): Add "compiler" if OBJ_SOM.
(pa_type_args): Set hppa_priv_level.
(pa_compiler): New static function if OBJ_SOM.
* configure: Rebuild.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e6b15a1..6f2e8ab 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Tue Dec 8 19:51:50 1998 Mark Klein <mklein@dis.com> + + * configure.in (hppa-*-mpeix*): New target. + * config/obj-som.h (obj_som_compiler): Declare. + * config/obj-som.c (compiler_seen): New static variable. + (obj_som_compiler): New function. + * config/tc-hppa.c: Update tc_data uses for change to bfd/som.h. + (md_pseudo_table): Add "compiler" if OBJ_SOM. + (pa_type_args): Set hppa_priv_level. + (pa_compiler): New static function if OBJ_SOM. + * configure: Rebuild. + Tue Dec 8 15:00:50 1998 Ian Lance Taylor <ian@cygnus.com> * read.c (output_leb128): Don't mark as inline. |