index
:
ppe42-binutils
binutils-2_24-ppe42
GNU Binutils for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ld
/
pe-dll.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pe-dll.c (pe_detail_list): arm-pe targets use underscores.
Nick Clifton
2003-04-02
1
-2
/
+12
*
Disable region size checking whilst relaxing sections.
Nick Clifton
2003-02-21
1
-2
/
+2
*
Add code to prevent importing a dll multiple times.
Nick Clifton
2003-01-28
1
-3
/
+13
*
* ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
Christopher Faylor
2003-01-05
1
-0
/
+1
*
Add do_pseudo_reloc and _pei386_runtime_relocator to the exclude list.
Nick Clifton
2003-01-02
1
-1
/
+3
*
* ldfile.c: Fix comment typos.
Kazu Hirata
2003-01-02
1
-6
/
+6
*
Add support to skip import libraries for performance reasons and instead
Nick Clifton
2002-12-16
1
-9
/
+74
*
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
Alan Modra
2002-11-30
1
-17
/
+17
*
Add --enable-auto-import extension.
Nick Clifton
2002-11-14
1
-8
/
+135
*
* pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list of
Christopher Faylor
2002-11-11
1
-0
/
+2
*
* pe-dll.c (autofilter_liblist): Generalize library names to catch more
Christopher Faylor
2002-11-11
1
-6
/
+6
*
Adds support for fastcall symbols as used on Microsoft Windows platforms
Nick Clifton
2002-11-06
1
-17
/
+45
*
* emultempl/aix.em: Use include <> for generated headers.
Daniel Jacobowitz
2002-10-30
1
-1
/
+1
*
* pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
Alan Modra
2002-10-11
1
-7
/
+12
*
Don't re-export auto-import symbols.
Nick Clifton
2002-10-07
1
-2
/
+6
*
* ldemul.c: Fix formatting.
Kazu Hirata
2002-05-25
1
-5
/
+5
*
* pe-dll.c (autofilter_liblist): Add more system libs excluded by default.
Christopher Faylor
2002-05-22
1
-6
/
+27
*
* ld.h: Fix formatting.
Kazu Hirata
2002-05-03
1
-33
/
+33
*
Support arbitrary length fill patterns.
Alan Modra
2002-02-15
1
-3
/
+3
*
* pe-dll.c (autofilter_objectlist): Add gcrt0.o.
DJ Delorie
2001-10-19
1
-5
/
+6
*
* pe-dll.c (autofilter_objectlist): Add startup objects
DJ Delorie
2001-10-19
1
-6
/
+8
*
* pe-dll.c (autofilter_entry_type autofilter_liblist: Add
DJ Delorie
2001-10-11
1
-0
/
+2
*
Fix thinko
Nick Clifton
2001-09-24
1
-1
/
+1
*
Remove spurious prototype.
Nick Clifton
2001-09-24
1
-4
/
+0
*
oops - omitted from previous delta
Nick Clifton
2001-09-24
1
-2
/
+4
*
Define and use pe_get_data_import_dll_name().
Nick Clifton
2001-09-24
1
-3
/
+6
*
Locale changes from Bruno Haible <haible@clisp.cons.org>.
H.J. Lu
2001-09-19
1
-4
/
+4
*
* deffilep.y (def_stash_module): Constify "name" param.
Alan Modra
2001-09-18
1
-22
/
+24
*
Fix memory leak
Nick Clifton
2001-09-14
1
-394
/
+430
*
2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
Charles Wilson
2001-09-12
1
-5
/
+5
*
* deffilep.y: Add missing prototypes.
Andreas Jaeger
2001-08-21
1
-1
/
+25
*
* pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
Alan Modra
2001-08-20
1
-2
/
+2
*
2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
Charles Wilson
2001-08-02
1
-23
/
+487
*
Fixtypos in ChangeLogs, fix copyright dates in files
Nick Clifton
2001-03-13
1
-1
/
+1
*
* pe-dll.c (make_one): Do not generate code thunk for DATA
DJ Delorie
2000-10-10
1
-21
/
+29
*
2000-10-09 Kazu Hirata <kazu@hxi.com>
Kazu Hirata
2000-10-09
1
-6
/
+6
*
2000-10-09 Kazu Hirata <kazu@hxi.com>
Kazu Hirata
2000-10-09
1
-39
/
+39
*
2000-10-08 Kazu Hirata <kazu@hxi.com>
Kazu Hirata
2000-10-09
1
-51
/
+51
*
* pe-dll.c (fill_edata): initialize entire block
DJ Delorie
2000-10-03
1
-4
/
+4
*
* emultempl/pe.em (gld_*_after_open): detect case where there two
DJ Delorie
2000-10-02
1
-3
/
+3
*
2000-09-29 Kazu Hirata <kazu@hxi.com>
Kazu Hirata
2000-09-29
1
-17
/
+17
*
* pe-dll.c (process_def_file): Uninitialized data wasn't
DJ Delorie
2000-09-28
1
-5
/
+10
*
* pe-dll.c (pe_dll_id_target): check object target name also
DJ Delorie
2000-07-19
1
-1
/
+2
*
* pe-dll.c (process_def_file): auto-export data items also
DJ Delorie
2000-07-17
1
-3
/
+9
*
* pe-dll.c (make_one): fix a typo in the __imp_ name decoration
DJ Delorie
2000-07-13
1
-1
/
+1
*
Remove some forward declarations in ldemul.h and ldfile.h, and
Alan Modra
2000-07-11
1
-0
/
+1
*
Fix building with --enable-targets=all.
Nick Clifton
2000-03-01
1
-9
/
+6
*
Add support for WinCE based toolchains.
Nick Clifton
2000-02-24
1
-4
/
+96
*
Applied Mumit Kha's patch to tweak dll production code.
Nick Clifton
2000-01-04
1
-8
/
+14
*
Added year 2000 copyright notice
Nick Clifton
2000-01-04
1
-1
/
+1
[next]