Re: [committed] Fix section conflict compiling rtld.c

2012-05-30 Thread John David Anglin
The previous fix for PR target/52999 didn't work... This change implements the suggestion Jakub. Tested on hppa-unknown-linux-gnu, hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Dave -- J. David Anglin dave.ang...@nrc-cnrc.gc.ca National Research Council of Cana

[committed] Fix section conflict compiling rtld.c

2012-04-27 Thread John David Anglin
The attached change fixes a problem compiling the linux dynamic loader for the PA target. Putting function labels (plabels) in the constant pool results in a section flag conflict compiling rtld.c. Other targets don't do this, and testing indicates that it is not necessary. Tested on hppa-unknow