diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2010-09-27 15:52:40 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@codesourcery.com> | 2010-09-27 15:52:40 +0000 |
commit | 43bb514a1cc9641dfdb0f3ac20de48e2c17c0135 (patch) | |
tree | 6653486e8201395216f4f5b90d6aa6b0426d54c4 /gas/ChangeLog | |
parent | d9aee5d7f73be87d56ac14e0179afbd0dd59cb75 (diff) | |
download | gdb-43bb514a1cc9641dfdb0f3ac20de48e2c17c0135.zip gdb-43bb514a1cc9641dfdb0f3ac20de48e2c17c0135.tar.gz gdb-43bb514a1cc9641dfdb0f3ac20de48e2c17c0135.tar.bz2 |
gas/
* config/tc-tic6x.c (tic6x_fix_adjustable): New function.
* config/tc-tic6x.h (tic6x_fix_adjustable): Declare.
(tc_fix_adjustable): New macro.
gas/testsuite/
* gas/tic6x/got-reloc.s: New test.
* gas/tic6x/got-reloc.d: New test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 55a2202..56d5e41 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2010-09-27 Bernd Schmidt <bernds@codesourcery.com> + + * config/tc-tic6x.c (tic6x_fix_adjustable): New function. + * config/tc-tic6x.h (tic6x_fix_adjustable): Declare. + (tc_fix_adjustable): New macro. + 2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/tc-s390.c: (md_parse_option): New option -march=z196. |