aboutsummaryrefslogtreecommitdiff
path: root/ld/deffilep.y
AgeCommit message (Collapse)AuthorFilesLines
2007-07-06Update sources to GPLv3Nick Clifton1-2/+3
2007-04-26bfd/Alan Modra1-3/+2
Many files: Include sysdep.h before bfd.h. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. binutils/ * bucumm.h: Split off host dependencies to.. * sysdep.h: ..here. Many files: Include sysdep.h. Remove duplicate headers and reorder. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. ld/ Many files: Include sysdep.h first. Remove duplicate headers. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. opcodes/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * ns32k-dis.c: Include sysdep.h first.
2006-04-01 * deffilep.y (def_image_name): If LIBRARY or NAME statementDanny Smith1-16/+24
specifies an empty string, retain the name specified on command line. * ld.texinfo: Document above
2006-02-01 * deffilep.y (def_image_name): If the image name does not haveDanny Smith1-1/+10
a suffix, append the default. * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
2005-05-12Update FSF addressesNick Clifton1-1/+1
2005-03-03update copyright datesAlan Modra1-1/+1
2005-01-16 * defilep.y (def_name, def_library): Combine into...Danny Smith1-17/+10
(def_image_name): New function. Strip name to basename, with warning.
2003-10-19 * deffilep.y: Remove commas from %token lines.Andreas Schwab1-3/+3
2003-06-28Convert to C90Alan Modra1-124/+88
2003-06-27Cope with NUL seperated directives. Fix reporting of unparseable directives.Nick Clifton1-9/+24
2003-03-18 * defilep.y (opt_base): If no number given, set to defaultDanny Smith1-1/+1
(-1), not 0.
2003-03-13 * deffilep.y (def_import): Use default extension of "dll"Danny Smith1-11/+17
if no extension provided in parsed IMPORT definition. * deffilep.y (def_lex): Revert 2003-03-12 change. (dot_name): New id type and rule. (expline): Use instead of ID. (opt_equal_name): Likewise.
2003-03-12 * deffilep.y (def_lex): Accept '.' as valid non-lead char.Danny Smith1-1/+1
2003-01-28Add code to prevent importing a dll multiple times.Nick Clifton1-42/+76
2002-11-06Adds support for fastcall symbols as used on Microsoft Windows platformsNick Clifton1-9/+30
(i386)
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-7/+7
2001-09-18 * deffilep.y (def_stash_module): Constify "name" param.Alan Modra1-4/+5
* pe-dll.c: Replace CONST with const throughout. (quick_symbol): Constify "n1", "n2", "n3" params. (make_singleton_name_thunk): Constify "import" param. Make "buffer_len" a size_t. (make_import_fixup_entry): Constify "name", "fixup_name", "dll_symname" params. (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread. (pe_get32): Likewise. (pe_implied_import_dll): Likewise. * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb". (sort_by_section_name): Likewise. * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included. (make_import_fixup): Cast printf arg, rel->address to long rather than int. (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
2001-08-21 * deffilep.y: Add missing prototypes.Andreas Jaeger1-3/+5
* pe-dll.c: Likewise.
2001-03-13Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton1-1/+1
2000-01-04Added year 2000 copyright noticeNick Clifton1-1/+1
2000-01-04Apply patch from Mumit Khan to fix bugs generating dll names.Nick Clifton1-1/+7
1999-09-28* deffilep.y (tokens): Add upper and lower case versions of DATA,DJ Delorie1-15/+30
CONSTANT, NONAME and PRIVATE tokens. (command): Use DATAU. (expline): Allow for drectve syntax as well. (exp_opt_list): Likewise. (exp_opt): Likewise. * pe-dll.c (make_one): Only generate the idata entries for data symbols.
1999-09-12 * pe-dll.h: New file.Ian Lance Taylor1-1/+0
* pe-dll.c: Include "pe-dll.h". Mark unused arguments as needed to avoid warnings. (edata_sz, reloc_sz): Change from int to size_t. (pe_details_type): Change type of imagebase_reloc from int to unsigned int. (pe_detail_list): Fully initialize last entry. (pe_dll_id_target): Change parameter to const. (pe_dll_generate_def_file): Likewise. (pe_dll_generate_implib): Likewise. (pe_implied_import_dll): Likewise. Change dll_name to const. * emultempl/pe.em: Include "pe-dll.h". Remove declarations now in pe-dll.h. (init): Fully initialize __dll__ entry. (gld_${EMULATION_NAME}_after_open): Remove unused variables sequence, elt, and i. * deffile.h: Add preprocessor guard. * deffilep.y (def_debug): Remove. * Makefile.am: Rebuild dependencies. (HFILES): Add pe-dll.h.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1004