]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- should be no longer needed, not sure about these two (needs check)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 May 2005 20:09:37 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc-gcc4.patch -> 1.2

dietlibc-gcc4.patch

index f6444eec4e25b979b5fe9943417b4cc6aba21946..8a952aa2adbe328b0cc09378d198d830ad5a4b51 100644 (file)
@@ -1,57 +1,5 @@
-
- dyn_start.c       |    6 ++----
- libdl/_dl_alloc.c |    6 ------
- libdl/_dl_main.c  |    6 +++---
- 3 files changed, 5 insertions(+), 13 deletions(-)
-
---- dietlibc-0.28/dyn_start.c.orig     2004-11-30 23:35:14.000000000 +0100
-+++ dietlibc-0.28/dyn_start.c  2005-02-11 02:39:07.558115344 +0100
-@@ -29,12 +29,10 @@
- #ifndef __DYN_LIB_SHARED
- /* pre main, post _start */
--int _dyn_start(int argc, char **argv, char **envp, structor dl_init);
-+static __attribute__((section(".init"))) void _init(void);
-+int main(int argc, char **argv, char **envp);
- int _dyn_start(int argc, char **argv, char **envp, structor dl_init)
- {
--  static __attribute__((section(".init"))) void _init(void);
--  int main(int argc, char **argv, char **envp);
--
-   if (dl_init) atexit(dl_init);
-   _init();
-   atexit(_fini);
---- dietlibc-0.28/libdl/_dl_alloc.c.orig       2002-03-11 20:21:11.000000000 +0100
-+++ dietlibc-0.28/libdl/_dl_alloc.c    2005-02-11 02:45:27.069420856 +0100
-@@ -4,15 +4,9 @@
- #include "_dl_int.h"
--#ifdef __DIET_LD_SO__
--static struct _dl_handle*_dl_root_handle=(struct _dl_handle*)0;
--static struct _dl_handle*_dl_top_handle=(struct _dl_handle*)0;
--static struct _dl_handle*_dl_free_list=(struct _dl_handle*)0;
--#else
- struct _dl_handle*_dl_root_handle=(struct _dl_handle*)0;
- struct _dl_handle*_dl_top_handle=(struct _dl_handle*)0;
- struct _dl_handle*_dl_free_list=(struct _dl_handle*)0;
--#endif
- #ifdef __DIET_LD_SO__
- static
 --- dietlibc-0.28/libdl/_dl_main.c.orig        2005-01-29 03:29:16.000000000 +0100
 +++ dietlibc-0.28/libdl/_dl_main.c     2005-02-11 02:43:04.147148344 +0100
-@@ -168,9 +168,9 @@
-   return got;
- }
-+static void _dl_jump(void);
- static inline int work_on_pltgot(struct _dl_handle*dh) {
-   /* declare _dl_jump static otherwise we have a GOT access BEFOR we have the resolver */
--  static void _dl_jump(void);
-   if ((dh->plt_rel)&&(!(dh->flags&RTLD_NOW))) {
-     unsigned long*tmp=dh->pltgot;
-     /* GOT */
 @@ -662,7 +662,7 @@
  
  #ifdef WANT_LD_SO_GDB_SUPPORT
This page took 0.085779 seconds and 4 git commands to generate.