diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-08-11 17:00:47 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-08-11 17:00:47 +0000 |
commit | f101ac57c06e28828a205db2884804937f8d626e (patch) | |
tree | 062251cb090f583f0f6b719fc1f3cdccf9eefce1 /gas/config | |
parent | 6bb4c923221519531bca428d5723996dec28b07d (diff) | |
download | gdb-f101ac57c06e28828a205db2884804937f8d626e.zip gdb-f101ac57c06e28828a205db2884804937f8d626e.tar.gz gdb-f101ac57c06e28828a205db2884804937f8d626e.tar.bz2 |
grab bfd lib for opcode table
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/sparc.mt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/ChangeLog b/gas/config/ChangeLog index 041fbd2..9475b02 100644 --- a/gas/config/ChangeLog +++ b/gas/config/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 11 12:58:14 1992 Ken Raeburn (raeburn@cambridge) + + * sparc.mt: New file. + Mon Aug 10 14:37:08 1992 Per Bothner (bothner@cygnus.com) * tc-m68k.c: ".align N" means align to N-byte boundary *only* diff --git a/gas/config/sparc.mt b/gas/config/sparc.mt new file mode 100644 index 0000000..db805f1 --- /dev/null +++ b/gas/config/sparc.mt @@ -0,0 +1 @@ +LOCAL_LOADLIBES=../bfd/libbfd.a |