Update.
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:
parent
f135896acd
commit
7fbf17e457
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user