2003-07-10  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/powerpc/powerpc64/elf/start.S: Set section flags of
	.data.rel.ro.local to "aw".
This commit is contained in:
Ulrich Drepper 2003-07-10 17:07:16 +00:00
parent f135896acd
commit 7fbf17e457
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-07-10 Jakub Jelinek <jakub@redhat.com>
* sysdeps/powerpc/powerpc64/elf/start.S: Set section flags of
.data.rel.ro.local to "aw".
2003-07-10 Ulrich Drepper <drepper@redhat.com>
* sysdeps/m68k/Makefile: Remove CLFAGS-.oS addition.

View File

@ -22,7 +22,7 @@
/* These are the various addresses we require. */
#ifdef PIC
.section ".data.rel.ro.local"
.section ".data.rel.ro.local","aw"
#else
.section ".rodata"
#endif