diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-07 18:38:33 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-07 18:38:33 +0000 |
commit | 39ffbb4dccc34669c5f2113c6031a9ae6d2c73f3 (patch) | |
tree | e4d3a0675042f57f2054f79226c36dde1c15b4fe /gas/ChangeLog | |
parent | d9654a710e8e100a4bdbacc615e5d7bbace0b740 (diff) | |
download | gdb-39ffbb4dccc34669c5f2113c6031a9ae6d2c73f3.zip gdb-39ffbb4dccc34669c5f2113c6031a9ae6d2c73f3.tar.gz gdb-39ffbb4dccc34669c5f2113c6031a9ae6d2c73f3.tar.bz2 |
* Makefile.in: Regenerate dependencies.
(TARG_CPU): New variable.
(cgen.o): Depend on cgen.h, $(TARG_CPU)-opc.h.
(.dep1): Delete creating of cgen-opc.h.
(.tcdep): Put proper contents in cgen-opc.h.
* configure.in (m32r): Delete setting of extra_files, extra_links.
(AC_OUTPUT): Create cgen-opc.h.
* configure: Regenerated.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c9698fa..145e288 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Mon Apr 7 10:54:59 1997 Doug Evans <dje@canuck.cygnus.com> + + * Makefile.in: Regenerate dependencies. + (TARG_CPU): New variable. + (cgen.o): Depend on cgen.h, $(TARG_CPU)-opc.h. + (.dep1): Delete creating of cgen-opc.h. + (.tcdep): Put proper contents in cgen-opc.h. + * configure.in (m32r): Delete setting of extra_files, extra_links. + (AC_OUTPUT): Create cgen-opc.h. + * configure: Regenerated. + Sat Apr 5 13:19:12 1997 Klaus Kaempf <kkaempf@progis.de> * makefile.vms: Update to build gasp.exe. @@ -25,7 +36,7 @@ Fri Apr 4 16:10:02 1997 Doug Evans <dje@canuck.cygnus.com> (fr_pcrel_adjust,fr_bsr): Move into union fr_targ.ns32k. * conf.in (USING_CGEN): New macro. * configure.in (m32r-*-*): Add entry for. - Add cgen.o to extra_objects. Create cgen-opc.h symlink. + Add cgen.o to extra_objects. * configure: Regenerate. * frags.c (frag_var): fr_pcrel_adjust renamed to fr_targ.ns32k.pcrel_adjust. fr_bsr renamed to fr_targ.ns32k.bsr. |