Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-03-01 | Take into account --kill-at (-k) while generating .exp file. | Nick Clifton | 1 | -2/+2 | |
2002-01-23 | Tidy up formatting of --help output. | Nick Clifton | 1 | -3/+4 | |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -3/+6 | |
2001-04-17 | * dlltool.c (do_default_excludes): Initialise to true. | DJ Delorie | 1 | -1/+1 | |
2001-03-30 | * dlltool.c (make_one_lib_file): Fix section flags for | DJ Delorie | 1 | -10/+19 | |
.text, .data and .bss in stub ds*.o files to match those generated by gas. | |||||
2001-03-14 | * defparse.y (opt_equal_name): allow "." in name. | Christopher Faylor | 1 | -7/+29 | |
* dlltool.c (def_exports): Added ability to generate forwarded exports. (gen_exp_file): Likewise. | |||||
2001-03-13 | Fix typos in ChangeLogs and update copyright notices | Nick Clifton | 1 | -1/+2 | |
2000-12-19 | Add missing support for arm-epoc-pe. | Nick Clifton | 1 | -1/+8 | |
2000-04-07 | A mostly cosmetic tidy up of warnings and error message reporting. | Alan Modra | 1 | -57/+19 | |
2000-02-24 | Add support for WinCE targeted toolchains. | Nick Clifton | 1 | -0/+8 | |
2000-01-20 | fix dll table lookup code for Motorola | Nick Clifton | 1 | -14/+18 | |
2000-01-05 | add year 2000 copyright notice | Nick Clifton | 1 | -1/+1 | |
2000-01-04 | Apply Mumit Khan's patch to implement --compat-implib command line switch | Nick Clifton | 1 | -21/+39 | |
1999-12-23 | 1999-12-23 Andrew Haley <aph@cygnus.com> | Andrew Haley | 1 | -4/+4 | |
* dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the jtab; was 8. | |||||
1999-12-17 | change default arm gas abi selection to 32 | Nick Clifton | 1 | -1/+1 | |
1999-12-17 | Fix compile time warnings | Nick Clifton | 1 | -11/+16 | |
1999-12-09 | Pass -mpacs-26 by default to arm assembler. | Nick Clifton | 1 | -7/+21 | |
Add arm-epoc target support. Do no mangle null page entries. | |||||
1999-11-03 | Chnage the default endianness for mcore to little | Nick Clifton | 1 | -4/+4 | |
1999-11-03 | clip shorts to prevent assembler warnings | Nick Clifton | 1 | -3/+4 | |
1999-10-26 | Remove spurious test of exp_name | Nick Clifton | 1 | -2/+1 | |
1999-10-22 | Add default assembler switchhes on a per machine basis. | Nick Clifton | 1 | -62/+57 | |
Use machine target type when opening output bfd files. | |||||
1999-09-28 | * dlltool.c (scan_drectve_symbols): Handle type tags in exported | DJ Delorie | 1 | -4/+19 | |
symbols. (scan_filtered_symbols): Likewise. | |||||
1999-08-19 | extend comment. | Nick Clifton | 1 | -2/+27 | |
1999-08-18 | only emit -mthumb-interowrk directive if really necessary. | Nick Clifton | 1 | -12/+12 | |
1999-06-22 | 1999-06-23 Mumit Khan <khan@xraylith.wisc.edu> | Ian Lance Taylor | 1 | -3/+3 | |
* configure.in (HAVE_EXECUTABLE_SUFFIX): Define. * dlltool.c (look_for_prog): Use HAVE_EXECUTABLE_SUFFIX. * dllwrap.c (look_for_prog): Likewise. * resrc.c (look_for_default): Likewise. * configure, config.in: Rebuild. | |||||
1999-06-22 | Based on patches from Mumit Khan <khan@xraylith.wisc.EDU>: | Ian Lance Taylor | 1 | -87/+198 | |
* configure.in: Define EXECUTABLE_SUFFIX. * dlltool.c: Include "dyn-string.h". Include <stdarg.h> based on ANSI_PROTOTYPES, not __STDC__. (outfile): Remove. (gen_exp_file): Change uses of outfile to use alloca. (make_one_lib_file, make_head, make_tail): Likewise. (gen_lib_file): Likewise. (look_for_prog): New static function. (deduce_name): Rewrite to use look_for_prog. (mcore_elf_gen_out_file): Use dyn_string_t rather than outfile. * dllwrap.c: Don't include <stdio.h>, <errno.h>, <string.h>, <stdlib.h>, or <unistd.h>. Include <sys/stat.h> and either <stdarg.h> or <varargs.h>. (driver_name): Initialize to NULL, not "gcc". (dlltool_name): Initialize to NULL, not "dlltool". (display, inform, look_for_prog, deduce_name): New static functions. (usage): Mention -mno-cygwin. (OPTION_MNO_CYGWIN): Define. (main): Handle -mno-cygwin. Deduce driver_name and dlltool_name. * resrc.c (look_for_default): Make static. Remove unused local path. Check using EXECUTABLE_SUFFIX. (read_rc_file): Allocate enough space to hold EXECUTABLE_SUFFIX. * Makefile.am: Rebuild dependencies. (dllwrap_LDADD): Add $(INTLLIBS). * configure, Makefile.in, config.in: Rebuild. | |||||
1999-06-21 | Link object files with the .exp file, not the .lib file | Nick Clifton | 1 | -6/+3 | |
1999-06-03 | Use macros to hold names of temporary files. | Nick Clifton | 1 | -10/+35 | |
1999-06-02 | * dlltool.c (gen_exp_file): Revert 19990411 change. | Richard Henderson | 1 | -20/+1 | |
1999-05-16 | Add support for generating an mcore-elf dll. | Nick Clifton | 1 | -23/+190 | |
1999-05-15 | Add support for mcore to dlltool. | Nick Clifton | 1 | -24/+111 | |
1999-05-05 | * dlltool.c (interwork): Remove. | Catherine Moore | 1 | -38/+36 | |
(arm_interwork_jtab): Use bx insn. (thumb_jtab): Likewise. (MARM_INTERWORK): New machine type. (rvaafter): Handle it. (rvabefore) Likewise. (asm_prefix): Likewise. (gen_exp_type): Check machine type instead of interwork flag. (make_one_lib_file): Likewise. (make_head): Likewise. (make_tail): Likewise. (usage): Update machine types. (main): Remove -interwork support. | |||||
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+3199 | |