LinuxTV

CVS log for dietlibc/libdl/_dl_int.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.41: 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
CVS tags: HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -0 lines
Added DT_GNU_HASH symbol resolver.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Apr 29 18:53:19 2005 UTC (19 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3 lines
gcc 4 fixes

Revision 1.39: 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.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
now at least diet-dyn works ;)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Dec 17 21:04:26 2004 UTC (19 years, 5 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -9 lines
remove _dl_fmt_xlong0 as it will always be unused
(functionality was aready implemented...)

Revision 1.37: 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.36: preferred, colored
Changes since revision 1.36: +13 -6 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.36: download - view: text, markup, annotated - select for diffs
Wed Feb 19 20:16:01 2003 UTC (21 years, 3 months ago) by olaf
Branches: MAIN
CVS tags: branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1 lines
alpha long time no check update (missing symboles)
libdl: minor flag changes

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Feb 19 12:10:12 2003 UTC (21 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -0 lines
*/__testandset.S: jump to global symbol with local jump
libdl/*: added symbol-types and comment cleanup

Revision 1.34: 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_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -4 lines
fixing the dynamic COPY-relocation bug...

Revision 1.33: 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.32: preferred, colored
Changes since revision 1.32: +21 -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.32: download - view: text, markup, annotated - select for diffs
Fri Sep 13 14:37:21 2002 UTC (21 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
ok. the new libdl code is now the default.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Mar 11 19:21:11 2002 UTC (22 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +18 -13 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.30: download - view: text, markup, annotated - select for diffs
Thu Jan 17 16:30:27 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -2 lines
some minor fixes...
added symbol resolver do _dl_main (new dynamic linker)

Revision 1.29: 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.28: preferred, colored
Changes since revision 1.28: +0 -3 lines
little changes for new concept of libdl.so

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Dec 10 18:25:41 2001 UTC (22 years, 5 months ago) by olaf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +45 -3 lines
type changes.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Nov 1 17:52:44 2001 UTC (22 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
ok now the first dynamic linked program (uses libdl.so and libdietc.so) has
loaded a test-library (depends on libdietc.so) correctly and resolves all
used symbols. (with dlopen form libdl.so and not from the dynamic-linker).

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Oct 25 18:36:36 2001 UTC (22 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
changed the diet warpper to generate dynamic-linked programs and shared
objects.
found some non-working functions due to libdl/dietld.so (still debuging).

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Oct 22 12:58:06 2001 UTC (22 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
make dynlinker "interact" with loaded libdl.so... evil evil...

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 8 19:07:45 2001 UTC (22 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
so now dynamic-libc works again and the last missing relocationtype now
works too.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Oct 8 14:50:44 2001 UTC (22 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
little change. fail if depending lib fails.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jul 16 14:03:40 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +0 -1 lines
fixed relocation type 1 and removed unused variables

Revision 1.21: 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.20: preferred, colored
Changes since revision 1.20: +3 -1 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.20: download - view: text, markup, annotated - select for diffs
Mon Jul 16 12:15:42 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
added support for shared libraries with relocations in the !! read only !!
text-segment (e.g. libraries compiled without -fPIC)

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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jul 4 12:09:11 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -0 lines
added prototype...

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
errorhandling in dlopen (_dl_load.c)
other DEBUG macro

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jun 21 13:38:27 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
so here it is:  the dynamic loader (ld.so replacement)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jun 18 14:03:45 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2 lines
some changes... now the test-ldso dosen't get a SIGSEGV...
works on i386 ...

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jun 15 14:22:18 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
changed some stuff yesterday and forgot to commit them...
so here is the dlopen... for first ldso implementation...

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jun 7 22:14:27 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
noch schnell einchecken.... :)

Revision 1.12: 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.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
little changes...

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jun 6 14:28:19 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -1 lines
uff.. a little more spec-complient dlopen...
the depending libs are loaded in the correct order...

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 31 12:33:05 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
minor changes (name handling...)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 31 12:14:40 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -2 lines
changed some prototypes...

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 28 13:04:07 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -0 lines
minor changes (more debug code ...)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 28 11:29:13 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
now supporting bulk relocation.... and GOT discovery if non present in the
dynamic section !?!

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: +1 -0 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: +22 -2 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: +6 -1 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 ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -3 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:58 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>