diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-02-06 08:31:27 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-02-06 08:31:27 +0000 |
commit | 5dc8db48973c10e9a4d8500c923ea1197c835011 (patch) | |
tree | 6609a8ecede93b1869c971e9810c8f4b9e735587 /bfd/ChangeLog | |
parent | d039851f9f498c919eea58ee41058ade58d131dd (diff) | |
download | gdb-5dc8db48973c10e9a4d8500c923ea1197c835011.zip gdb-5dc8db48973c10e9a4d8500c923ea1197c835011.tar.gz gdb-5dc8db48973c10e9a4d8500c923ea1197c835011.tar.bz2 |
msdos .exe file support from bryan ford
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 074bf3b..3b9df30 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,24 @@ +Mon Feb 6 03:20:17 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + Changes from Bryan Ford, baford@schirf.cs.utah.edu: + * config.bfd (i[345]86-*-msdos*): New target. + * configure.in (i386msdos_vec): Handle it. + * i386msdos.c: New file. + * config/i386-msdos.mt: New file. + * bfd.c (enum bfd_error): Added new value bfd_error_file_too_big. + (bfd_errmsgs): Added string to table. + * libaout.h (reloc_type-lookup): Declare it. + * targets.c (enum bfd_flavour): Added bfd_target_msdos_flavour. + (i386msdos_vec): Declare. + (bfd_target_vector): Add it to the list. + * bfd-in2.h: Regenerated. + Wed Feb 1 01:32:14 1995 Jeff Law (law@snake.cs.utah.edu) + * som.c (som_set_reloc_info, case R_DATA_ONE_SYMBOL): If there's + nothing in R_DATA_OVERRIDE, then try to find the addend in the + section's contents. + * som.c (som_object_setup): More heruistics to detect the braindamaged HP OSF1 linker. (setup_sections): Don't forget to free subspace_sections if we get |