diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-12-16 20:06:38 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-12-16 20:06:38 +0000 |
commit | 254603ca336ecf5c1ba771be63161c74ed4afca8 (patch) | |
tree | 46c27be142893cda05625ca20cc5cd6adc106309 /gas | |
parent | 719153bfe7e85de182948d91426c46a1af24f23c (diff) | |
download | gdb-254603ca336ecf5c1ba771be63161c74ed4afca8.zip gdb-254603ca336ecf5c1ba771be63161c74ed4afca8.tar.gz gdb-254603ca336ecf5c1ba771be63161c74ed4afca8.tar.bz2 |
* config/obj-coff.h: Include libcoff.h, not ../bfd/libcoff.h.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7db1321..9b7ea6a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ Fri Dec 16 11:07:10 1994 Stan Shebs <shebs@andros.cygnus.com> + * config/obj-coff.h: Include libcoff.h, not ../bfd/libcoff.h. + * as.h: Include progress.h. * as.c (main): Call START_PROGRESS and END_PROGRESS. (main, perform_an_assembly_pass): Call PROGRESS. |