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