Structural changes for Info file only (no effect on printed manual),
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
0b0b5dba
DHW
1Tue Jun 30 20:26:15 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
2
3 * Makefile.in: Add program_suffix (parallel to program_prefix)
4
65967d33
JG
5Thu Jun 25 04:52:45 1992 John Gilmore (gnu at cygnus.com)
6
7 * nm.c (sorters): Lint. Remove excess whitespace.
8
96cc09a0
PB
9Wed Jun 24 13:48:07 1992 Per Bothner (bothner@cygnus.com)
10
11 * nm.c (valueof macro): Add missing parentheses.
12 (Their lack screwed up numeric_forward().)
13
c3c93fda
JG
14Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com)
15
16 * objdump.c (dump_elf_stabs): Also dump .stab.index and
17 .stab.excl sections.
18 (dump_elf_stabs_1): Split out main body of old dump_elf_stabs.
19 * objdump.1, binutils.texi: Document new sections dumped.
20
770cde30
JG
21Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com)
22
b886a6e3 23 * size.c, objdump.c, bucomm.c: Lint.
770cde30 24
73b8f102
JG
25Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com)
26
27 * objdump.c (dump_elf_stabs): New feature: --stabs prints out a
28 .stab section from an ELF file. Installed under #ifdef
29 ELF_STAB_DISPLAY so it can be easily disabled, since it requires
30 bfd-internals header files and such.
c5f0c938
JG
31 * objdump.1, binutils.texi: Update for --stabs. Also fix
32 objdump's doc to use -- rather than + for long options.
33 (FIXME: Not yet fixed everywhere in binutils.texinfo.)
73b8f102 34
aa0a709a
SC
35Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)
36
37 * objdump.c(display_info), patches from
38 mohring@informatik.tu-muenchen.de to print the table much more
39 nicely.
40
41Thu May 28 13:36:16 1992 Per Bothner (bothner@rtl.cygnus.com)
42
43 * objdump.c: Add another enum->int cast, for the sake of
44 old compilers (such as PCC).
45
7aea847a
PB
46Wed May 27 13:01:44 1992 Per Bothner (bothner@rtl.cygnus.com)
47
48 * arlex.l: Don't include <sysdep.h> (unneeded conflicts).
49 Add declaration of strdup().
50
45212e5e
PB
51Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com)
52
82108c11
PB
53 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
54 rules, since these are used when building a distribution.
55 * Makefile.in (arlex.c): Don't re-direct output, since that
56 leaves a bogus output files if it fails.
57
45212e5e
PB
58 * arlex.l: Make work with lex, for what it's worth.
59 * Makefile.in: Better lex support.
60 * Makefile.in (dist): Generate flex and bison outputs
61 for distribution.
62
63Thu May 14 17:17:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
64
65 * Makefile.in: get BISON definition right.
66
67Fri May 8 07:47:08 1992 K. Richard Pixley (rich@cygnus.com)
68
69 * sanity.sh: default TMPDIR to ".".
70
ea55afde
RP
71Thu May 7 12:34:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
72
73 * binutils.texi: add doc for ar command language.
74
d24fbb20
SC
75Wed May 6 18:05:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
76
77 * arparse.y: make END call ar_end
78 * arsup.c (ar_end): added, deletes temp file if archive session
79 aborted.
80
81
146a41ab
RP
82Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
83
58137c4d
RP
84 * Makefile.in: use bison & flex from ../ if they exist. Also,
85 FLEX->LEX.
86
146a41ab
RP
87 * sanity.sh: remove temporary directory when finished.
88
5b07d693
PB
89Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
90
91 * Makefile.in: Bump to version 1.97.
92 * ar.c: Declare errno for machines that need it.
93
22923083
JG
94Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
95
96 * objdump.c (display_info): Handle error cases without coredump.
97 Close the dummy temporary file we open in the loop.
98 * Makefile.in (arsup.o): Add kludge to build with Sun Make.
99
dc760829
RP
100Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
101
7d6cc102
RP
102 * Makefile.in: added test-install target.
103
dc760829
RP
104 * sanity.sh: new file.
105
106 * Makefile.in: use sanity test on make check.
107
d8e89b6b
RP
108Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
109
110 * Makefile.in: rework CFLAGS so that they can be passed on the
111 command line to make. Remove MINUS_G. Default CFLAGS to -g.
112
113Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
114
115 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
116 scripting language.
117
118Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
119
120 * Makefile.in: added check target.
121
122Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
123
124 * Makefile.in: added clean-info target.
125
126Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
127
128 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
129 installed. added tooldir and program_prefix.
130
131Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
132
133 * Makefile.in, configure.in: removed traces of namesubdir,
134 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
135 copyrights to '92, changed some from Cygnus to FSF.
136
137Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
138
139 * Makefile.in: Bump version to 1.96, and remove -beta
140 suffix from distribution name.
141 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
142 the signed value of a character (even if chars are unsigned).
143 * sparc-pinsn.c: Add new operand types.
144
145Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
146
147 * objdump.c (disassemble_data): don't print a section's contents
148 if it's not loadable (eg bss)
149
150Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
151
152 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
153 displacements don't get printed as large +ve ones.
154
d20f480f
SC
155Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
156
157 * copy.c, nm.c, objdump.c, size.c : changed to use the
158 new reloc scheme.
159
160
161Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
162
163 * bucomm.c (print_arelt_descr): Tweek the output format
164 so that 'ar tv' output follows Posix 1003.2/D11.
165 Output is now also identical to Sun's (except __.SYMDEF).
166
e6e4459c
JG
167Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
168
169 * Makefile.in: Make `make' output more readable.
170
171Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
172
173 * Makefile.in: Bump to version 1.94.
174
175Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
176
177 * ar.c: added "b" to fopens for dos
178 * configdj.bat, makefile.dos new files from DJ
179
180Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
181
182 * Makefile.in: infodir belongs in datadir.
183
184Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
185
186 * bucomm.h: created to hold prototypes of bucomm.c
187 * objdump.h: created to hold prototyes of objdump.c
188 * am29k-pinsn.c: include objdump.h
189 * ar.c: include bucomm.h, get ar.h from the right place and
190 include libbfd.h
191 * bucomm.c: defunize bfd_fatal
192 * copy.c: include bucomm.h, lint.
193 * i960-pinsn.h: include bucomm.h
194 * m68k-pinsn.h: lint
195 * nm.c: include bucomm.h, lint
196 * objdump.c: lint
197 * sparc-pinsn.c: include objdump.h
198
199
200
5d845d37 201Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
bdce0211 202
5d845d37
RP
203 * Makefile.in: added standards.text support. install using
204 INSTALL_PROGRAM and INSTALL_DATA.
bdce0211 205
5d845d37
RP
206 * configure.in: configure now does all of it's work from objdir so
207 make file existence tests against ${srcdir}.
208
209Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
210
211 * Makefile.in: idestdir and ddestdir go away. Added copyrights
212 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
213 and mandir now keyed off datadir by default.
214
215Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
216
217 * Makefile.in: Bump to version 1.93.
218 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
219 for make versions that provide half-baked VPATH-support (e.g. Sun's).
220 * size.c: Improvements suggested by
221 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
222 - Don't emit (Berkeley) headers if no files were found.
223 - Return a non-zero return code on failure.
224
225Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
226
227 Changes due to include file renaming:
228 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
229 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
230 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
231 * nm.c: stab.gnu.h -> aout/stab_gnu.h
bdce0211
SC
232
233Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
234
235 * README: Mention MINIMIZE flag for bfd's make.
236
d08a5233
PB
237Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
238
239 * README: Various improvements.
240
782d7963
PB
241Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
242
243 * Makefile.in: Bump to version 1.92.
244 * version.c, Makefile.in: Get version string from Makefile.
245 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
246 Make the same change that we earlier did for ar/ranlib:
247 Generate two different binaries for strip and copy and use
248 a global variable with different values to distinguish
249 ostrip from copy. (-1 means to use argv[0] to decide,
250 so you can get the old behavior, but it is no longer the default).
251 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
252 * copy.c (main): If is_strip==-1, compare last 5 chars
253 of argv[0], not the whole path.
254 * copy.c (main): Return 0, not 1.
255 * copy.c (setup_sections): Fix due to change in bfd_make_section
256 now failing if asked for a duplicate section.
257 * strip.c, ostrip.c: Removed obsolete files.
258 * ar.c, not-ranlib.c, maybe-ranlib.c:
259 Change encoding of is_ranlib variable to be consistent
260 with is_strip for strip.copy (i.e -1 to means use argv[0]).
261
262Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
263
264 * version.c (program_version): Update to version 1.92.
265
266Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
267
268 * ar.c (get_pos_bfd): Previous fix was missing a "break".
269
86c18d92
SC
270Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
271
272 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
273 encodings. (Thaks to David Wood)
274
275Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
276
277 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
278 * ar.c (get_pos_bfd): Fix to handling of before/after
279 positioning options.
280 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
281 since libiberty contains vfprintf etc if otherwise missing.
282 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
283 type operands, as used by branch instructions.
284 * nm.c: Delegate printing of symbols to BFD,
285 by using bfd_print_symbol to do the formatting.
286
5f0e8767
SC
287Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
288
289 * ar.c (write_archive.c): added unlink before rename since some
290 systems can't rename onto an existant file.
291
7e309104
SC
292Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
293
294 * nm.c: now doesn't crash if a symbol with no section and no
295 SEC_ABS appears.
296
297Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
298
299 * Makefile.in, version.c: Bump to version 1.91.
300
d8474a9b
PB
301Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
302
303 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
304 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
305 * strip.c: Add or update Copyright notice.
306 * TODO: Add note on 'nm -a'.
307 * version.c: Update version number to 1.90.
308 * Makefile.in: Fix making of documentation for dist.
309
310Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
311
312 * README: New file.
313 * Makefile.in: New kludgy rules for making a tarfile.
314 * Makefile.in: Fix bindir path.
315
0c10ff03
RP
316Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
317
318 * Makefile.in: add targets binutils.mm, binutils.me
319
d7cce023
JG
320Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
321
322 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
323
abd4aaa9
RP
324Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
325
6b583720
RP
326 * Makefile.in: add target "binutils.ms"
327
abd4aaa9
RP
328 * binutils.texinfo: minor restructuring for texi2roff comfort.
329
d7381d0c
JG
330Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
331
332 Restructure configuration scheme for bfd, binutils, ld.
333
334 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
335 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
336 Change some config names to match other dirs.
337 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
338 get defined first.
339 * Makefile.in: Use -I. to get sysdep.h.
340
341Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
342
343 * nm.c (print_symbols): Handle NULL name field of symbol.
344 * Makefile.in: Removed spurious comment.
345
c9629e6e
RP
346Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
347
348 * binutils.texinfo: minor typos, phrasing, formatting fixes.
349
398eef0a
PB
350Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
351
352 * configure.in: Get host file from ../bfd/config, not config.
353 * config/*: Remove config directory and its files.
354
050f05e7
RP
355Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
356
b7a11ec2
RP
357 * Makefile.in: new targets binutils.dvi, binutils.info
358
050f05e7
RP
359 * binutils.texinfo: remove most remaining FIXME's, delete
360 references to __.SYMDEF by name
361
362
71e83453
SC
363Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
364
365 * objdump.c (print_address) Print addresses nicely.
366
06a97fbd
PB
367Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
368
369 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
370 Make two different binaries for ar and ranlib, instead of
371 distinguishing them at run time using argv[0].
372 (Old behavior is still available if you "make ar_with_ranlib",
373 but it is not the default.)
374 * ranlib.sh (new): An alternative one-line
375 shell implementation of ranlib.
376
e779a58c
JG
377Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
378
379 * objdump.c: Cope with renames of a few BFD types & enums.
380
0a5403df
RP
381Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
382
383 * binutils.texinfo: add new file (rudimentary docn)
384
3fdbfe8d
PB
385Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
386
0a5403df 387 * config/hmake-news: Add new file (for Sony NEWSOS3).
3fdbfe8d
PB
388 * bucomm.c (fatal): Conditionally compile fatal() depending on
389 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
390 * objdump.c (dump_headers): Trivial output format change.
391 * objdump.c (display_info): Loop over integers, not enums,
392 to appease old compilers.
393
394Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
395
396 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
397
398Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
399 from bother
400 * objdump.c (print_address): Make disasembled output more
401 consistent with gdb and as: Add 0x when printing hex.
402 Don't print extra leading zeros.
403 Attempt to not print "filename.o".
404 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
405
406
407Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
408
409 * copy.c: Change =& constructs to = &, since they confuse older
410 C compilers.
411
412
This page took 0.062113 seconds and 4 git commands to generate.