projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde6675
)
(__FRAME_END__): Don't make the .eh_frame section read-only, it
author
drepper
<drepper>
Tue, 30 Sep 1997 16:25:53 +0000
(16:25 +0000)
committer
drepper
<drepper>
Tue, 30 Sep 1997 16:25:53 +0000
(16:25 +0000)
contains relocations.
elf/sofini.c
patch
|
blob
|
history
diff --git
a/elf/sofini.c
b/elf/sofini.c
index
6da0062
..
077399f
100644
(file)
--- a/
elf/sofini.c
+++ b/
elf/sofini.c
@@
-13,7
+13,7
@@
static void (*const __DTOR_END__[1]) (void)
this would be the 'length' field in a real FDE. */
typedef unsigned int ui32 __attribute__ ((mode (SI)));
-static
const
ui32 __FRAME_END__[1]
+static ui32 __FRAME_END__[1]
__attribute__ ((unused, section (".eh_frame")))
= { 0 };
#endif