Roll new files into various lists.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
7de245d3
PB
1Thu Nov 21 19:56:40 1991 Per Bothner (bothner at cygnus.com)
2
3 * stab-syms.c, syms.c: Moved bfd_stab_name() and bfd_stab_names[]
4 from syms.c to new file stab-syms.c. Also, since GNU extended
5 type codes such as N_SETT are no longer in ../include/stab.def,
6 include them manually.
7 * stab-syms.c, aoutx.h: Renamed bfd_stab_name() and
8 bfd_stab_names[] to aout_stab_name() and aout_stab_names[].
9 * libaout.h: Added prototype for aout_stab_name().
10 * Makefile.in: Update Makefile for new stab-syms.[co].
11
98d43107
JG
12Thu Nov 21 11:50:49 1991 John Gilmore (gnu at cygnus.com)
13
14 * libaout.h (WORK_OUT_FILE_POSITIONS): One more try at this
15 rather complicated seeming problem. Eliminate LOGICAL_ versions,
16 just make N_XXX work by excluding the header from the text segment.
17 * aoutx.h: Fix comments to match.
18
19Tue Nov 19 18:49:01 1991 Per Bothner (bothner at cygnus.com)
20
21 * libaout.h (WORK_OUT_FILE_POSITIONS): Use new LOGICAL_TXTADDR,
22 LOGICAL_TXTOFF, LOGICAL_TXTSIZE macros to figure out numbers
23 for the "logical" text segment (i.e. never consider the exec
24 header to be part of the text segment). This change is
25 needed for consistency with various other parts of bfd and ld.
26 * aoutx.h (NAME(aout,soe_aout_object_p)): Fix comment,
27 and move calculation of obj_textsec(abfd)->size to libaout.h.
28 * bfd-in.h: Removed bogus ';'.
29
30 * Makefile.in: Add MINIMIZE flag to select lean
31 or bloated target_vector.
32 * targets.c: Use new MINIMIZE macro, and add trad_core if needed.
33 * newsos3.c: Fixes to ../include/aout64.h remove need
34 for special N_TXTOFF macro, but require N_HEADER_IN_TEXT.
35
36Mon Nov 18 12:00:59 1991 Per Bothner (bothner at cygnus.com)
37
38 * aout-target.h, aoutf1.h, newsos3.c: Make aout-target.h
39 handle both little and big-endian targets, with little
40 the default unless TARGET_IS_BIG_ENDIAN_P is defined.
41 * host-aout.c: Add FIXME note.
42
43Sun Nov 17 13:29:39 1991 Per Bothner (bothner at cygnus.com)
44
45 * targets.c: Make the default target_vector contain
46 just &DEFAULT_VECTOR. This makes executables a lot smaller.
47 Old behavior can be gotten by defining ALL_TARGETS.
48 * aoutf1.h, demo64.c, i386aout.c, newsos3.c, sunos.c:
49 Factored out common code into new file aout-target.h.
50 Saves a lot of duplicate code for a.out variants.
51
52Fri Nov 15 13:00:43 1991 Per Bothner (bothner at cygnus.com)
53
54 Get 'make headers' to work when configured with +subdirs.
55 * Makefile.in: Add $(subdir) to docdir path.
56 * doc/Makefile.in (protos): Add $(srcdir) prefix
57 to name of sed scripts.
58
c9f19dac
PB
59Thu Nov 14 19:49:10 1991 Per Bothner (bothner at cygnus.com)
60
61 * aoutx.h (NAME(aout,print_symbol)): Fix thinko.
62 * syms.c (bfd_stab_names): Turn on new GNU_EXTRA_STABS macro
63 to include names of N_SETT etc.
64
7d68537f
FF
65Thu Nov 14 19:11:13 1991 Fred Fish (fnf at cygnus.com)
66
58df00e9
FF
67 * elf.c: Add minimal support for ELF symbol tables. Generates
68 canonical bfd symbol tables from ELF symbol tables. Change the
69 name of some functions from bfd_<name> to elf_<name>.
70
7d68537f
FF
71 * syms.c: Trivial fix to comment to remove a redundant "to".
72
73Wed Nov 13 17:02:01 1991 John Gilmore (gnu at cygnus.com)
74
75 * coff-{i386,m68k,m88k}.c: Change name of file format to standard
76 form that GDB recognizes as COFF.
77
6ea296a6
SC
78Wed Nov 13 09:09:41 1991 Steve Chamberlain (sac at cygnus.com)
79
7d68537f 80 * ieee.c (ieee_object_p): cast NULL correctly.
56b10d6d
SC
81 * configure.in: added harris host
82
6ea296a6
SC
83 * coff-a29k.c: Lots of changes, most from David Wood.
84
5685fb50
JG
85Tue Nov 12 07:21:41 1991 John Gilmore (gnu at cygnus.com)
86
87 * coff-m88k.c (coff_write_armap): Just #undef it.
88
080f6324
SC
89Mon Nov 11 20:30:18 1991 Steve Chamberlain (sac at cygnus.com)
90
91 * Makefile.in: standardize on MINUS_G to disable debugging
92 * coff-m88k.c: create coff armaps instead of bsd ones.
93 * opncls.c (bfd_close_all_done), (bfd_close): Mask out random bits
94 when calling chmod.
95
4807bcf9
FF
96Mon Nov 11 19:07:32 1991 Fred Fish (fnf at cygnus.com)
97
98 * elf.c: Additions to support ELF format core files.
99 * config/mh-amix: Add -DHAVE_PROCFS to HDEFINES, since host
100 has support for /proc (all the include files in particular).
101
ff7ce170
PB
102Mon Nov 11 18:36:47 1991 Per Bothner (bothner at cygnus.com)
103
104 * aoutx.h (NAME(aout,find_nearest_line)): Handle the case
105 of two N_SO stabs, one for directory, and one for filename.
106
107 * bfd-in.h (print_vma): Factor out duplicate definition.
108
109 Exit a little more gracefully when malloc returns NULL.
110 * libbfd.c: New function bfd_xmalloc (malloc wrapper).
111 * opncls.c, syms.c, bout.c, aoutx.h: Replace malloc by bfd_xmalloc.
112 * libbfd.h: Rre-generated due to libbfd.c update.
113
a6c1d731
FF
114Sat Nov 9 13:45:01 1991 Fred Fish (fnf at cygnus.com)
115
f135f137
FF
116 * config/mt-m68k-elf: Define DEFAULT_VECTOR as elf_big_vec.
117
a6c1d731
FF
118 * elf.c (elf_object_p): Don't try to create a bfd section for
119 the first ELF section header. It is just a placeholder.
120
285dbe19
JG
121Sat Nov 9 03:04:26 1991 John Gilmore (gnu at cygnus.com)
122
123 * coff-rs6000.c, config/mh-rs6000: Make it work on archive and
124 core files, when compiling native.
125 * hosts/h-rs6000.h: Define FASCIST_FDOPEN for bfd_fdopenr.
126
127 FIXME: The aoutf1.h change below needs to be reversed back
128 to the way it was.
129
85e0c721
SC
130Thu Nov 7 11:03:55 1991 Steve Chamberlain (sac at rtl.cygnus.com)
131
132 * coffcode.h: Defined new macros [PUT|GET]LINENO_LNNO for
133 manipulation of lnno fields in lineno structs in a coff-<f>.h
134 independent way. Override it in coff-<f>.h to your favourite
135 number if you don't have a 16bit lnno field. (coff_swap_lineno_in)
136 (coff_swap_lineno_out): modified to use the new macros.
137
138Mon Nov 4 11:38:33 1991 Steve Chamberlain (sac at cygnus.com)
139
140 * aoutf1.h (sunos4_callback): Now defaults to 68020 rather than
141 unknown arch when the magic number doesn't specify the
142 architecture, since some OSs (eg old sun3s) don't set the number, and
143 020 is probably the right answer anyway.
144
e18e24af
PB
145Sun Nov 3 12:07:08 1991 Per Bothner (bothner at cygnus.com)
146
147 * hosts/h-news.h, hosts/h-rtbsd.h:
148 Get rid of MISSING_VFPRINTF, since libiberty provides one.
149 * bfd-in.h (bfd_print_symbol_type_hopw enum): Add new option
150 bfd_print_symbol_nm, for use by nm.
151 * aoutx.h (NAME(aout,print_symbol)): Add code for new
152 bfd_print_symbol_nm option, to print in nm format.
153 * coffcode.h (coff_print_symbol), ieee.c (ieee_print_symbol)
154 oasys.c (oasys_print_symbol): Provide stub implementations
155 for bfd_print_symbol_nm.
156 * syms.c: New function bfd_decode_symclass, used by nm printer.
157 New function bfd_stab_name to look up string name of stab code.
158
522e0ead
SC
159Sat Nov 2 14:26:03 1991 Steve Chamberlain (steve at cygnus.com)
160
161 * Makefile.in: Added ctor.c
162 * archures.c (bfd_default_arch_struct) added
163 bfd_default_reloc_type_lookup.
164 * coffcode.h: removed a load of #if 0ed code.
165 (coff_compute_file_section_positions): now works out the section
166 alignment and size correctly in all cases.
285dbe19 167 (coff_get_symtab): looks for constructor symbols and calls the
522e0ead 168 right function when they're found. (coff_canonicalize_reloc):
285dbe19 169 knows when a section is full of constructors and does the right
522e0ead
SC
170 thing.
171 * cpu-m88k.c: Added default_reloc_type lookup to the architecture
172 description.
173 * libbfd-in.h: (bfd_default_reloc_type_lookup) defun added.
174 * libcoff.h: removed #if 0ed code
175 * reloc.c: (bfd_reloc_code_real_type) added BFD_RELOC_CTOR for
285dbe19 176 arch independent constructor relocation type.
522e0ead
SC
177 (bfd_reloc_type_lookup): removed the comment "this will go away"
178 since it won't. (bfd_howto_32): stolen from 88k, this is a 32bit
179 reloc which is used when BFD_RELOC_CTOR falls through to give a
285dbe19 180 default 32bit reloc for constructors.
522e0ead
SC
181 (bfd_default_reloc_type_lookup): added.
182 * aoutf1.h: fixed SEGMENT_SIZE typo.
183
6d7c88c3
JG
184Thu Oct 31 18:23:06 1991 John Gilmore (gnu at cygnus.com)
185
186 * coff-rs6000.c: Change name to "aixcoff-rs6000", to avoid
187 matching prefix "coff".
188 * coffcode.h (coff_swap_aux_in, coff_swap_aux_out): Handle
189 rs/6000 csect records.
190
01dd1b2b
SC
191Sun Oct 27 16:56:58 1991 Steve Chamberlain (steve at cygnus.com)
192
da6745fd 193 * coff-m88k.c, targets.c: change name of m88k_bcs to m88kbcs
01dd1b2b
SC
194 * configure.in: add motorola delta88 cases
195 * libbfd.h, libbfd-in.h, archive.c, ieee.c, elf.c, srec.c: fix
196 write_armap prototype
197 * libbfd.c: add doc on bfd_write_bigendian_4byte_int
198
156e3852
JG
199Fri Oct 25 02:48:19 1991 John Gilmore (gnu at cygnus.com)
200
201 * Rename COFF-related files in `coff-ARCH.c' form.
202 coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c,
203 coff-mips.c, coff-rs6000.c to be exact.
204
205 * Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducing
206 make output clutter.
207 * config/mt-*: Ditto.
208
cbdc7909
JG
209Thu Oct 24 22:40:07 1991 John Gilmore (gnu at cygnus.com)
210