LinuxTV

CVS log for dietlibc/libdl/_dl_relocate.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Nov 4 20:08:05 2006 UTC (17 years, 7 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +18 -3 lines
  fix strptime return value (Gernot Tenchio)
  fix R_386_32, R_ARM_ABS32, R_X86_64_64 in libdl (Gernot Tenchio)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri May 13 12:14:06 2005 UTC (19 years, 1 month ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
GCC 4 and buildins...

Revision 1.27: 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.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
now at least diet-dyn works ;)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jan 28 14:19:09 2005 UTC (19 years, 4 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +24 -2 lines
X86_64... I hope.

Revision 1.25: 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.24: preferred, colored
Changes since revision 1.24: +6 -4 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.24: download - view: text, markup, annotated - select for diffs
Wed Feb 19 13:18:40 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.23: preferred, colored
Changes since revision 1.23: +8 -0 lines
add some experimental (x86-64,sparc) code that oes not interfere with the
current code.

Revision 1.23: 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.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
fixing the dynamic COPY-relocation bug...

Revision 1.22: 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.21: preferred, colored
Changes since revision 1.21: +4 -4 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.21: 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.20: preferred, colored
Changes since revision 1.20: +16 -5 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.20: 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.19: preferred, colored
Changes since revision 1.19: +18 -15 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.19: download - view: text, markup, annotated - select for diffs
Mon Feb 11 17:46:45 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +0 -2 lines
libdl/_dl_main.c: now includes the relocation part (seems to work)
  (it's still cleanroom code :) )
minor fixes in the other files

Revision 1.18: 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.17: preferred, colored
Changes since revision 1.17: +6 -4 lines
some minor fixes...
added symbol resolver do _dl_main (new dynamic linker)

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

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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Aug 20 13:14:26 2001 UTC (22 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -3 lines
R_{386,ARM}_COPY relocation type...

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 13 16:47:22 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
typo...

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 13 15:52:20 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -2 lines
R_<arch>_COPY is real fun... disabled at the moment...

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 13 14:18:53 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +36 -13 lines
added ARM relocation types...
and a minor fix

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 16 18:36:57 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -2 lines
arg... kernel header... put in MISSING ARM and PPC ELF declarations
( this two arch's were NOT in the kernel header copy ! )

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
fixed relocation type 1 and removed unused variables

Revision 1.9: 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.8: preferred, colored
Changes since revision 1.8: +4 -5 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.8: 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.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
a little different DEBUG-macro :)
a macro with var-args....

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +5 -4 lines
errorhandling in dlopen (_dl_load.c)
other DEBUG macro

Revision 1.6: 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.5: preferred, colored
Changes since revision 1.5: +2 -0 lines
little changes...

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
generate more meaningful error messages

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 28 15:14:52 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +24 -49 lines
misunderstanding of elf spec...
now the code for relocation is fixed...

Revision 1.3: 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.2: preferred, colored
Changes since revision 1.2: +9 -5 lines
now supporting bulk relocation.... and GOT discovery if non present in the
dynamic section !?!

Revision 1.2: 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.1: preferred, colored
Changes since revision 1.1: +12 -2 lines
so a little more dl .... (redefine ELF please...)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 17 18:57:12 2001 UTC (23 years ago) by olaf
Branches: MAIN
initial, non functional relacte test

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>