Fix comment about use of @pcrel@got.

2019-08-01  Michael Meissner  <meissner@linux.ibm.com>

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

From-SVN: r273982
This commit is contained in:
Michael Meissner 2019-08-01 18:35:49 +00:00 committed by Michael Meissner
parent 45230a4019
commit f7eaa84e53
2 changed files with 6 additions and 1 deletions

View 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

View file

@ -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