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