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