diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-06-08 18:45:33 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-06-08 18:45:33 +0000 |
commit | 0cd275500638ebafbdcbcd45ca450c079aec234a (patch) | |
tree | 023b574b1c47ea5b09b655806166a7e278cdd7aa | |
parent | 7e965616ffb09f47b93b1be75128154b841c69ca (diff) | |
download | gdb-0cd275500638ebafbdcbcd45ca450c079aec234a.zip gdb-0cd275500638ebafbdcbcd45ca450c079aec234a.tar.gz gdb-0cd275500638ebafbdcbcd45ca450c079aec234a.tar.bz2 |
* config/tc-arc.h (MD_APPLY_FIX3): Define.
* config/tc-arc.c (md_apply_fix3): Renamed from md_apply_fix.
Undo effects of md_pcrel_from if symbol is in another section.
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 79fd0f2..4a543b4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,16 @@ +start-sanitize-arc +Thu Jun 8 11:44:35 1995 Doug Evans <dje@chestnut.cygnus.com> + + * config/tc-arc.h (MD_APPLY_FIX3): Define. + * config/tc-arc.c (md_apply_fix3): Renamed from md_apply_fix. + Undo effects of md_pcrel_from if symbol is in another section. +end-sanitize-arc + Tue Jun 6 13:53:06 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + * config/tc-sparc.c (sparc_ip): Handle defined absolute symbols as + ASI values. + * config/obj-vms.c (vms_write_object_file, case N_DATA): Use strcmp against FAKE_LABEL_NAME instead of checking third character. (Suggested by Pat Rankin.) |