diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-03-11 03:22:44 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-03-11 03:22:44 +0000 |
commit | a07dbd482b9c6d2c8e0e60409bfbb47f6f67c013 (patch) | |
tree | 182506e282412d8df741068c8891445336c23b44 /gas/ChangeLog | |
parent | 5918af22bb41288cba4c3b2227f58fa814f47ccf (diff) | |
download | gdb-a07dbd482b9c6d2c8e0e60409bfbb47f6f67c013.zip gdb-a07dbd482b9c6d2c8e0e60409bfbb47f6f67c013.tar.gz gdb-a07dbd482b9c6d2c8e0e60409bfbb47f6f67c013.tar.bz2 |
* config/tc-cris.c (cris_create_short_jump): Remove prototype.
Rename, changing all callers, to...
(md_create_short_jump): Adjust head comment. Assert
word-sized-branch distance for v32. Bail out calling as_fatal for
compatibility mode here.
(md_create_long_jump): ...not here.
* config/tc-cris.h (md_create_short_jump): Do not define.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d0df00c..7f60422 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2009-03-11 Hans-Peter Nilsson <hp@axis.com> + + * config/tc-cris.c (cris_create_short_jump): Remove prototype. + Rename, changing all callers, to... + (md_create_short_jump): Adjust head comment. Assert + word-sized-branch distance for v32. Bail out calling as_fatal for + compatibility mode here. + (md_create_long_jump): ...not here. + * config/tc-cris.h (md_create_short_jump): Do not define. + 2009-03-10 Hans-Peter Nilsson <hp@axis.com> * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching |