summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-10 01:34:23 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-10 01:34:23 +0000
commitea24f9f4aadb56c92b92db3679dcc6a50041ed4e (patch)
treea5eca2e9d0bf1bbbe48011f7dc7d60eaf048d758 /gcc/ChangeLog
parent90e35d1ade5c2d7cb4f424bda884aa48704b3129 (diff)
downloadgcc-ea24f9f4aadb56c92b92db3679dcc6a50041ed4e.tar.gz
* pa.c (attr_length_call): Revise condition for long pc-relative branch.
(output_call): Use "LONG_PIC_SDIFF" instruction sequence for long local calls on the SOM target. Don't use "LONG_PIC_PCREL" call sequence on SOM target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122784 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ea4a8d8b192..7e7e061146a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * pa.c (attr_length_call): Revise condition for long pc-relative branch.
+ (output_call): Use "LONG_PIC_SDIFF" instruction sequence for long local
+ calls on the SOM target. Don't use "LONG_PIC_PCREL" call sequence on
+ SOM target.
+
2007-03-09 Geoffrey Keating <geoffk@apple.com>
* gcc.c: Document %{, in big comment at top.