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