* configure.in: add we32k
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 Thu Aug 27 12:58:09 1992 Brendan Kehoe (brendan@cygnus.com)
2
3 * configure.in: add we32k
4
5 Mon 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
13 Wed 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
17 Tue 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
25 Tue 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
31 Mon 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
36 Tue Aug 11 23:42:21 1992 Per Bothner (bothner@cygnus.com)
37
38 * ar.c (main): Don't *always* set the verbose flag!
39
40 Wed 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
47 Mon 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
55 Mon 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
59 Sat 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
64 Fri 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
69 Thu Jul 16 16:55:24 1992 K. Richard Pixley (rich@rtl.cygnus.com)
70
71 * Makefile.dos: removed rcsid.
72
73 Thu 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
77 Tue 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
81 Thu Jun 25 04:52:45 1992 John Gilmore (gnu at cygnus.com)
82
83 * nm.c (sorters): Lint. Remove excess whitespace.
84
85 Wed 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
90 Sun 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
97 Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com)
98
99 * size.c, objdump.c, bucomm.c: Lint.
100
101 Thu 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.
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.)
110
111 Wed 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
117 Thu 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
122 Wed 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
127 Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com)
128
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
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
139 Thu May 14 17:17:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
140
141 * Makefile.in: get BISON definition right.
142
143 Fri May 8 07:47:08 1992 K. Richard Pixley (rich@cygnus.com)
144
145 * sanity.sh: default TMPDIR to ".".
146
147 Thu May 7 12:34:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
148
149 * binutils.texi: add doc for ar command language.
150
151 Wed 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
158 Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
159
160 * Makefile.in: use bison & flex from ../ if they exist. Also,
161 FLEX->LEX.
162
163 * sanity.sh: remove temporary directory when finished.
164
165 Tue 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
170 Mon 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
176 Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
177
178 * Makefile.in: added test-install target.
179
180 * sanity.sh: new file.
181
182 * Makefile.in: use sanity test on make check.
183
184 Tue 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
189 Wed 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
194 Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
195
196 * Makefile.in: added check target.
197
198 Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
199
200 * Makefile.in: added clean-info target.
201
202 Tue 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
207 Wed 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
213 Sun 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
221 Thu 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
226 Tue 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
231 Fri 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
237 Mon 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
243 Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
244
245 * Makefile.in: Make `make' output more readable.
246
247 Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
248
249 * Makefile.in: Bump to version 1.94.
250
251 Wed 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
256 Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
257
258 * Makefile.in: infodir belongs in datadir.
259
260 Sat 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
277 Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
278
279 * Makefile.in: added standards.text support. install using
280 INSTALL_PROGRAM and INSTALL_DATA.
281
282 * configure.in: configure now does all of it's work from objdir so
283 make file existence tests against ${srcdir}.
284
285 Thu 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
291 Wed 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
301 Sat 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
308
309 Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
310
311 * README: Mention MINIMIZE flag for bfd's make.
312
313 Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
314
315 * README: Various improvements.
316
317 Sun 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
338 Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
339
340 * version.c (program_version): Update to version 1.92.
341
342 Tue 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
346 Thu 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
351 Sun 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
363 Mon 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
368 Mon 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
373 Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
374
375 * Makefile.in, version.c: Bump to version 1.91.
376
377 Wed 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
386 Tue 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
392 Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
393
394 * Makefile.in: add targets binutils.mm, binutils.me
395
396 Fri 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
400 Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
401
402 * Makefile.in: add target "binutils.ms"
403
404 * binutils.texinfo: minor restructuring for texi2roff comfort.
405
406 Fri 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
417 Wed 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
422 Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
423
424 * binutils.texinfo: minor typos, phrasing, formatting fixes.
425
426 Tue 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
431 Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
432
433 * Makefile.in: new targets binutils.dvi, binutils.info
434
435 * binutils.texinfo: remove most remaining FIXME's, delete
436 references to __.SYMDEF by name
437
438
439 Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
440
441 * objdump.c (print_address) Print addresses nicely.
442
443 Mon 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
453 Fri 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
457 Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
458
459 * binutils.texinfo: add new file (rudimentary docn)
460
461 Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
462
463 * config/hmake-news: Add new file (for Sony NEWSOS3).
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
470 Mon 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
474 Thu 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
483 Fri 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.049803 seconds and 4 git commands to generate.