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