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