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