diff options
author | K. Richard Pixley <rich@cygnus> | 1992-02-21 14:28:34 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-02-21 14:28:34 +0000 |
commit | 1a9e2cf89e77902d5a38e09dedd29a04ab6ea39d (patch) | |
tree | 677c0c178b4338abaaf3251a8f13f628d3e94b4b /gas/config | |
parent | 2d97273c8ba5e396bb646ae26a2fdb8164f3436b (diff) | |
download | gdb-1a9e2cf89e77902d5a38e09dedd29a04ab6ea39d.zip gdb-1a9e2cf89e77902d5a38e09dedd29a04ab6ea39d.tar.gz gdb-1a9e2cf89e77902d5a38e09dedd29a04ab6ea39d.tar.bz2 |
cvs bug, these files should not have been checked in.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/ChangeLog | 8 | ||||
-rw-r--r-- | gas/config/tc-a29k.h | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gas/config/ChangeLog b/gas/config/ChangeLog index 9f67cd3..feb3f85 100644 --- a/gas/config/ChangeLog +++ b/gas/config/ChangeLog @@ -1,3 +1,11 @@ +Fri Feb 21 06:22:15 1992 K. Richard Pixley (rich@rtl.cygnus.com) + + * obj-aout.c: do not include stab.gnu.h if NO_LISTING. + + * tc-i860.c, a.out.gnu.h: move i860 relocs to a proper place. + + * a.out.h: removed. + Fri Feb 21 02:17:22 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM) * tc-i386.c: tc-i386.c: added handling of the following opcodes: diff --git a/gas/config/tc-a29k.h b/gas/config/tc-a29k.h index fee1ca2..023a4ff 100644 --- a/gas/config/tc-a29k.h +++ b/gas/config/tc-a29k.h @@ -19,8 +19,6 @@ #define TC_A29K -#define NO_LISTING - #define tc_aout_pre_write_hook(x) {;} /* not used */ #define tc_coff_symbol_emit_hook(a) {;} /* not used */ #define tc_crawl_symbol_chain(a) {;} /* not used */ |