Fix comment about use of @pcrel@got.
authorMichael Meissner <meissner@linux.ibm.com>
Thu, 1 Aug 2019 18:35:49 +0000 (18:35 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 1 Aug 2019 18:35:49 +0000 (18:35 +0000)
2019-08-01  Michael Meissner  <meissner@linux.ibm.com>

* config/rs6000/predicates.md (pcrel_external_address): Update
comment.

From-SVN: r273982

gcc/ChangeLog
gcc/config/rs6000/predicates.md

index 8efcffaef8a89f85c4b1d15867cade6a15b0a320..41089251f5a62e35fac7954cf8602ea3f59416b8 100644 (file)
@@ -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
index 5a2d2d373be2c5911bb67645981b5392187e6ed8..4e77063249a8667da90a3c4d668cfaaddd99d0ba 100644 (file)
 
 ;; 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