]>
Commit | Line | Data |
---|---|---|
5685fb50 JG |
1 | Tue Nov 12 07:21:41 1991 John Gilmore (gnu at cygnus.com) |
2 | ||
3 | * coff-m88k.c (coff_write_armap): Just #undef it. | |
4 | ||
080f6324 SC |
5 | Mon Nov 11 20:30:18 1991 Steve Chamberlain (sac at cygnus.com) |
6 | ||
7 | * Makefile.in: standardize on MINUS_G to disable debugging | |
8 | * coff-m88k.c: create coff armaps instead of bsd ones. | |
9 | * opncls.c (bfd_close_all_done), (bfd_close): Mask out random bits | |
10 | when calling chmod. | |
11 | ||
4807bcf9 FF |
12 | Mon Nov 11 19:07:32 1991 Fred Fish (fnf at cygnus.com) |
13 | ||
14 | * elf.c: Additions to support ELF format core files. | |
15 | * config/mh-amix: Add -DHAVE_PROCFS to HDEFINES, since host | |
16 | has support for /proc (all the include files in particular). | |
17 | ||
ff7ce170 PB |
18 | Mon Nov 11 18:36:47 1991 Per Bothner (bothner at cygnus.com) |
19 | ||
20 | * aoutx.h (NAME(aout,find_nearest_line)): Handle the case | |
21 | of two N_SO stabs, one for directory, and one for filename. | |
22 | ||
23 | * bfd-in.h (print_vma): Factor out duplicate definition. | |
24 | ||
25 | Exit a little more gracefully when malloc returns NULL. | |
26 | * libbfd.c: New function bfd_xmalloc (malloc wrapper). | |
27 | * opncls.c, syms.c, bout.c, aoutx.h: Replace malloc by bfd_xmalloc. | |
28 | * libbfd.h: Rre-generated due to libbfd.c update. | |
29 | ||
a6c1d731 FF |
30 | Sat Nov 9 13:45:01 1991 Fred Fish (fnf at cygnus.com) |
31 | ||
f135f137 FF |
32 | * config/mt-m68k-elf: Define DEFAULT_VECTOR as elf_big_vec. |
33 | ||
a6c1d731 FF |
34 | * elf.c (elf_object_p): Don't try to create a bfd section for |
35 | the first ELF section header. It is just a placeholder. | |
36 | ||
285dbe19 JG |
37 | Sat Nov 9 03:04:26 1991 John Gilmore (gnu at cygnus.com) |
38 | ||
39 | * coff-rs6000.c, config/mh-rs6000: Make it work on archive and | |
40 | core files, when compiling native. | |
41 | * hosts/h-rs6000.h: Define FASCIST_FDOPEN for bfd_fdopenr. | |
42 | ||
43 | FIXME: The aoutf1.h change below needs to be reversed back | |
44 | to the way it was. | |
45 | ||
85e0c721 SC |
46 | Thu Nov 7 11:03:55 1991 Steve Chamberlain (sac at rtl.cygnus.com) |
47 | ||
48 | * coffcode.h: Defined new macros [PUT|GET]LINENO_LNNO for | |
49 | manipulation of lnno fields in lineno structs in a coff-<f>.h | |
50 | independent way. Override it in coff-<f>.h to your favourite | |
51 | number if you don't have a 16bit lnno field. (coff_swap_lineno_in) | |
52 | (coff_swap_lineno_out): modified to use the new macros. | |
53 | ||
54 | Mon Nov 4 11:38:33 1991 Steve Chamberlain (sac at cygnus.com) | |
55 | ||
56 | * aoutf1.h (sunos4_callback): Now defaults to 68020 rather than | |
57 | unknown arch when the magic number doesn't specify the | |
58 | architecture, since some OSs (eg old sun3s) don't set the number, and | |
59 | 020 is probably the right answer anyway. | |
60 | ||
e18e24af PB |
61 | Sun Nov 3 12:07:08 1991 Per Bothner (bothner at cygnus.com) |
62 | ||
63 | * hosts/h-news.h, hosts/h-rtbsd.h: | |
64 | Get rid of MISSING_VFPRINTF, since libiberty provides one. | |
65 | * bfd-in.h (bfd_print_symbol_type_hopw enum): Add new option | |
66 | bfd_print_symbol_nm, for use by nm. | |
67 | * aoutx.h (NAME(aout,print_symbol)): Add code for new | |
68 | bfd_print_symbol_nm option, to print in nm format. | |
69 | * coffcode.h (coff_print_symbol), ieee.c (ieee_print_symbol) | |
70 | oasys.c (oasys_print_symbol): Provide stub implementations | |
71 | for bfd_print_symbol_nm. | |
72 | * syms.c: New function bfd_decode_symclass, used by nm printer. | |
73 | New function bfd_stab_name to look up string name of stab code. | |
74 | ||
522e0ead SC |
75 | Sat Nov 2 14:26:03 1991 Steve Chamberlain (steve at cygnus.com) |
76 | ||
77 | * Makefile.in: Added ctor.c | |
78 | * archures.c (bfd_default_arch_struct) added | |
79 | bfd_default_reloc_type_lookup. | |
80 | * coffcode.h: removed a load of #if 0ed code. | |
81 | (coff_compute_file_section_positions): now works out the section | |
82 | alignment and size correctly in all cases. | |
285dbe19 | 83 | (coff_get_symtab): looks for constructor symbols and calls the |
522e0ead | 84 | right function when they're found. (coff_canonicalize_reloc): |
285dbe19 | 85 | knows when a section is full of constructors and does the right |
522e0ead SC |
86 | thing. |
87 | * cpu-m88k.c: Added default_reloc_type lookup to the architecture | |
88 | description. | |
89 | * libbfd-in.h: (bfd_default_reloc_type_lookup) defun added. | |
90 | * libcoff.h: removed #if 0ed code | |
91 | * reloc.c: (bfd_reloc_code_real_type) added BFD_RELOC_CTOR for | |
285dbe19 | 92 | arch independent constructor relocation type. |
522e0ead SC |
93 | (bfd_reloc_type_lookup): removed the comment "this will go away" |
94 | since it won't. (bfd_howto_32): stolen from 88k, this is a 32bit | |
95 | reloc which is used when BFD_RELOC_CTOR falls through to give a | |
285dbe19 | 96 | default 32bit reloc for constructors. |
522e0ead SC |
97 | (bfd_default_reloc_type_lookup): added. |
98 | * aoutf1.h: fixed SEGMENT_SIZE typo. | |
99 | ||
6d7c88c3 JG |
100 | Thu Oct 31 18:23:06 1991 John Gilmore (gnu at cygnus.com) |
101 | ||
102 | * coff-rs6000.c: Change name to "aixcoff-rs6000", to avoid | |
103 | matching prefix "coff". | |
104 | * coffcode.h (coff_swap_aux_in, coff_swap_aux_out): Handle | |
105 | rs/6000 csect records. | |
106 | ||
01dd1b2b SC |
107 | Sun Oct 27 16:56:58 1991 Steve Chamberlain (steve at cygnus.com) |
108 | ||
da6745fd | 109 | * coff-m88k.c, targets.c: change name of m88k_bcs to m88kbcs |
01dd1b2b SC |
110 | * configure.in: add motorola delta88 cases |
111 | * libbfd.h, libbfd-in.h, archive.c, ieee.c, elf.c, srec.c: fix | |
112 | write_armap prototype | |
113 | * libbfd.c: add doc on bfd_write_bigendian_4byte_int | |
114 | ||
156e3852 JG |
115 | Fri Oct 25 02:48:19 1991 John Gilmore (gnu at cygnus.com) |
116 | ||
117 | * Rename COFF-related files in `coff-ARCH.c' form. | |
118 | coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, | |
119 | coff-mips.c, coff-rs6000.c to be exact. | |
120 | ||
121 | * Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducing | |
122 | make output clutter. | |
123 | * config/mt-*: Ditto. | |
124 | ||
cbdc7909 JG |
125 | Thu Oct 24 22:40:07 1991 John Gilmore (gnu at cygnus.com) |
126 | ||
127 |