diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-01-06 01:17:18 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-01-06 01:17:18 +0000 |
commit | d4aad2b441d85a870ad37501999023c52fc52e29 (patch) | |
tree | 04ce2b95cfd0aa9bc9ee5edddeb02fa62c3b25bc /gas | |
parent | dffc8b9eb4bf9bc67ec22258a0771d74b2e97980 (diff) | |
download | gdb-d4aad2b441d85a870ad37501999023c52fc52e29.zip gdb-d4aad2b441d85a870ad37501999023c52fc52e29.tar.gz gdb-d4aad2b441d85a870ad37501999023c52fc52e29.tar.bz2 |
Makefile.in, as.h changes
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 2dbc459..a808758 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,12 @@ Wed Jan 5 14:22:22 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * literal.c: New file. + * Makefile.in (REAL_SOURCES, OBJS): List it. + + * as.h (DEBUG): Don't define. + (struct expressionS, struct fix): Declare in case they're used in + prototypes. + (add_to_literal_pool) [BFD_ASSEMBLER]: Declare. * config/tc-mips.h (TARGET_FORMAT) [OBJ_AOUT]: Fix for new names in bfd. |