]> git.pld-linux.org Git - packages/dietlibc.git/blob - dietlibc-gcc4.patch
- should be no longer needed, not sure about these two (needs check)
[packages/dietlibc.git] / dietlibc-gcc4.patch
1 --- dietlibc-0.28/libdl/_dl_main.c.orig 2005-01-29 03:29:16.000000000 +0100
2 +++ dietlibc-0.28/libdl/_dl_main.c      2005-02-11 02:43:04.147148344 +0100
3 @@ -662,7 +662,7 @@
4  
5  #ifdef WANT_LD_SO_GDB_SUPPORT
6  /* gdb debug break point */
7 -static volatile void _dl_debug_state(void) {
8 +static void _dl_debug_state(void) {
9  #ifdef DEBUG
10    struct _dl_handle*tmp;
11    pf(__FUNCTION__); pf(": r_state "); ph(_r_debug.r_state); pf("\n");
12 @@ -676,7 +676,7 @@
13  }
14  
15  /* gdb debug init stuff */
16 -static struct r_debug _r_debug;
17 +struct r_debug _r_debug;
18  #endif
19  
20  /* now reuse some unchanged sources */
This page took 0.062687 seconds and 4 git commands to generate.