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