aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorChristian Groessler <chris@groessler.org>2003-10-04 21:11:05 +0000
committerChristian Groessler <chris@groessler.org>2003-10-04 21:11:05 +0000
commita72d6b4e2a3250dc8f9bf3f452d5caf2d63fd7a3 (patch)
tree15cd740c4f8dd7cd3cfdfb21179248f454c66bc0 /gas/ChangeLog
parent8b7cf393a5c43060fda7bb646a70ece4a5a24063 (diff)
downloadgdb-a72d6b4e2a3250dc8f9bf3f452d5caf2d63fd7a3.zip
gdb-a72d6b4e2a3250dc8f9bf3f452d5caf2d63fd7a3.tar.gz
gdb-a72d6b4e2a3250dc8f9bf3f452d5caf2d63fd7a3.tar.bz2
2003-10-04 Christian Groessler <chris@groessler.org>
* tc-z8k.c (newfix): Tell fix_new_exp about pc relativeness. (md_apply_fix3): Fix R_JR, R_DISP7, and R_CALLR cases. (md_pcrel_from): This function now gets called. Supply return value.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index dc034ef..6563dff 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-04 Christian Groessler <chris@groessler.org>
+
+ * tc-z8k.c (newfix): Tell fix_new_exp about pc relativeness.
+ (md_apply_fix3): Fix R_JR, R_DISP7, and R_CALLR cases.
+ (md_pcrel_from): This function now gets called. Supply return
+ value.
+
2003-10-04 Nick Clifton <nickc@redhat.com>
* as.c: Convert to ISO C90.