diff options
author | Fred Fish <fnf@specifix.com> | 1997-02-24 20:21:13 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-02-24 20:21:13 +0000 |
commit | ec72a26633bdda8d7522bf756fcce9c621d8ac45 (patch) | |
tree | adfe8763078b20ac213edaff8272802129059179 /gas/ChangeLog | |
parent | dc40b391214d02271d9d0d5013872dbfc4df8499 (diff) | |
download | gdb-ec72a26633bdda8d7522bf756fcce9c621d8ac45.zip gdb-ec72a26633bdda8d7522bf756fcce9c621d8ac45.tar.gz gdb-ec72a26633bdda8d7522bf756fcce9c621d8ac45.tar.bz2 |
* config/obj-coff.c: Fix typo in comment section.
start-sanitize-tic80
* config/tc-tic80.c (md_pseudo_table): Add entry for bss, which takes
an additional alignment argument.
(find_opcode): Allow O_symbol relocs for any 32 bit field, not just
base relative ones.
(build_insn): Handle O_symbol relocs for any 32 bit field, not just
base relative ones.
end-sanitize-tic80
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f6dbd08..ecc3b25 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Mon Feb 24 10:40:45 1997 Fred Fish <fnf@cygnus.com> + + * config/obj-coff.c: Fix typo in comment section. +start-sanitize-tic80 + * config/tc-tic80.c (md_pseudo_table): Add entry for bss, which takes + an additional alignment argument. + (find_opcode): Allow O_symbol relocs for any 32 bit field, not just + base relative ones. + (build_insn): Handle O_symbol relocs for any 32 bit field, not just + base relative ones. +end-sanitize-tic80 + Mon Feb 24 02:23:00 1997 Dawn Perchik <dawn@cygnus.com> * Makefile.in: Remove dependancies on itbl-cpu.h. |