LinuxTV

CVS log for dietlibc/libdl/dlsym.c

[BACK] Up to [DVB] / dietlibc / libdl

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Apr 11 22:51:11 2008 UTC (16 years, 2 months ago) by sanjiyan
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
fix the dynamic library for the ARM architecture (Gernot Tenchio)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Nov 16 10:04:00 2006 UTC (17 years, 6 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +66 -25 lines
Added DT_GNU_HASH symbol resolver.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Oct 7 19:33:34 2005 UTC (18 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -8 lines
fixed my libdl code to run with gcc-4.0.x

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri May 13 12:22:32 2005 UTC (19 years, 1 month ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
gcc 4...

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jan 29 02:29:16 2005 UTC (19 years, 4 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
now at least diet-dyn works ;)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Dec 17 20:37:28 2004 UTC (19 years, 5 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
some minor changes, so the libdl compiles without DEBUG and gives no
compiler warnings

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Dec 17 19:14:49 2004 UTC (19 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +18 -5 lines
  add sigisemptyset, sigandset and sigorset (John K. Hohm)
  minor additions to make gdb 6.3 happy (John K. Hohm)
  ld.so support for gdb (John K. Hohm)
  implement nice(2) via setpriority() if there is no nice syscall

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Dec 10 19:39:12 2004 UTC (19 years, 6 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -3 lines
- libdl + gcc 3.4 resulted in a SIGSEGV because local names were dynamically
  resolved....
- Also fixed a bug in the symbol resolver

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jan 30 18:27:32 2004 UTC (20 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
make dlsym symbol name const (Ralf Wildenhues)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Nov 15 15:39:17 2002 UTC (21 years, 6 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +13 -2 lines
fixing the dynamic COPY-relocation bug...

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Nov 8 09:10:35 2002 UTC (21 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
tcc compatibility

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 6 19:03:50 2002 UTC (21 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +31 -5 lines
ok, several fxes:
  - gcc-3.x doesn't like multiline-strings (used in the inline assembler)
  - gcc-3.x doesn't have __func__ but ONLY __FUNCTION__
  - dlopen/dlsym fixed for dlopen(0,...)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 11 19:21:12 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +20 -9 lines
- so now the new dynamic-linker is working; some more tests and then it's
  the default...
- modified the old one so it still can be used.
- recode the DEBUG code so it can be used in the minimalistic syscall
  enviroment of the libdl.so/dynlinker (only a sub-subset is available)
All in one line:
  libdl.so+dynlinker < 10k on x86 :)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 14 19:36:01 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +23 -21 lines
major rewrite of dynamic linker (first program now have libdl.so as dynamic linker)
this is still NOT working outside of my clean room ....

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 14 17:25:15 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
little changes for new concept of libdl.so

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 16 13:23:14 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -2 lines
and now:
REMOVED the support for textrel...
have read an other spec that says: neede TEXTREL relocation types can't
be present in dynamic libraries... ARG... is there any sane standard ?!

other: minor changes...

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jul 10 21:05:27 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
a little different DEBUG-macro :)
a macro with var-args....

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 4 10:05:47 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -7 lines
errorhandling in dlopen (_dl_load.c)
other DEBUG macro

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 2 13:41:24 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
library references the second (try)...

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 7 12:16:47 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
little changes...

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 31 11:39:30 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -1 lines
generate more meaningful error messages

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 28 08:48:28 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -6 lines
now there is a "minimal", non-spec complient automatic open of needed libs
(this is really crap ...) this code can't detect loops ....

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 22 16:55:43 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
so a little more dl .... (redefine ELF please...)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 17 16:56:56 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -2 lines

arm start-code is now dynamic aware

some minor test-changes in libdl

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 10 16:35:58 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +29 -2 lines
changed some ...

still all is a TEST

TODO:
dlopen:
	- has to load needed dependent shared objects via itself .....
	- support for all relocations
	- generate "correct" errors for dlerror
	- support for non x86 code
	- rewrite for all this points....

dlerror:
	- meaningful messages ....

dlclose:
	- depends on dlopen

dlsym:
	- depends on dlopen

a little status :)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 7 17:39:59 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
so here now my experimental code...

IT DOESN'T WORK !!! (working open only with me "special tests")

its here for multiple position-coding :)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>