diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/predicates.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8efcffa..4108925 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-08-01 Michael Meissner <meissner@linux.ibm.com> + + * config/rs6000/predicates.md (pcrel_external_address): Update + comment. + 2019-08-01 Uroš Bizjak <ubizjak@gmail.com> PR target/85693 diff --git a/gcc/config/rs6000/predicates.md b/gcc/config/rs6000/predicates.md index 5a2d2d3..4e77063 100644 --- a/gcc/config/rs6000/predicates.md +++ b/gcc/config/rs6000/predicates.md @@ -1656,7 +1656,7 @@ ;; Return true if the operand is an external symbol whose address can be loaded ;; into a register using: -;; PLA reg,label@pcrel@got +;; PLD reg,label@pcrel@got ;; ;; The linker will either optimize this to either a PADDI if the label is ;; defined locally in another module or a PLD of the address if the label is |