Change svr4 references to sysv4.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
5d845d37 1Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
bdce0211 2
5d845d37
RP
3 * Makefile.in: added standards.text support. install using
4 INSTALL_PROGRAM and INSTALL_DATA.
bdce0211 5
5d845d37
RP
6 * configure.in: configure now does all of it's work from objdir so
7 make file existence tests against ${srcdir}.
8
9Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10
11 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13 and mandir now keyed off datadir by default.
14
15Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
16
17 * Makefile.in: Bump to version 1.93.
18 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
19 for make versions that provide half-baked VPATH-support (e.g. Sun's).
20 * size.c: Improvements suggested by
21 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
22 - Don't emit (Berkeley) headers if no files were found.
23 - Return a non-zero return code on failure.
24
25Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
26
27 Changes due to include file renaming:
28 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
29 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
30 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
31 * nm.c: stab.gnu.h -> aout/stab_gnu.h
bdce0211
SC
32
33Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
34
35 * README: Mention MINIMIZE flag for bfd's make.
36
d08a5233
PB
37Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
38
39 * README: Various improvements.
40
782d7963
PB
41Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
42
43 * Makefile.in: Bump to version 1.92.
44 * version.c, Makefile.in: Get version string from Makefile.
45 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
46 Make the same change that we earlier did for ar/ranlib:
47 Generate two different binaries for strip and copy and use
48 a global variable with different values to distinguish
49 ostrip from copy. (-1 means to use argv[0] to decide,
50 so you can get the old behavior, but it is no longer the default).
51 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
52 * copy.c (main): If is_strip==-1, compare last 5 chars
53 of argv[0], not the whole path.
54 * copy.c (main): Return 0, not 1.
55 * copy.c (setup_sections): Fix due to change in bfd_make_section
56 now failing if asked for a duplicate section.
57 * strip.c, ostrip.c: Removed obsolete files.
58 * ar.c, not-ranlib.c, maybe-ranlib.c:
59 Change encoding of is_ranlib variable to be consistent
60 with is_strip for strip.copy (i.e -1 to means use argv[0]).
61
62Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
63
64 * version.c (program_version): Update to version 1.92.
65
66Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
67
68 * ar.c (get_pos_bfd): Previous fix was missing a "break".
69
86c18d92
SC
70Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
71
72 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
73 encodings. (Thaks to David Wood)
74
75Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
76
77 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
78 * ar.c (get_pos_bfd): Fix to handling of before/after
79 positioning options.
80 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
81 since libiberty contains vfprintf etc if otherwise missing.
82 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
83 type operands, as used by branch instructions.
84 * nm.c: Delegate printing of symbols to BFD,
85 by using bfd_print_symbol to do the formatting.
86
5f0e8767
SC
87Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
88
89 * ar.c (write_archive.c): added unlink before rename since some
90 systems can't rename onto an existant file.
91
7e309104
SC
92Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
93
94 * nm.c: now doesn't crash if a symbol with no section and no
95 SEC_ABS appears.
96
97Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
98
99 * Makefile.in, version.c: Bump to version 1.91.
100
d8474a9b
PB
101Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
102
103 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
104 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
105 * strip.c: Add or update Copyright notice.
106 * TODO: Add note on 'nm -a'.
107 * version.c: Update version number to 1.90.
108 * Makefile.in: Fix making of documentation for dist.
109
110Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
111
112 * README: New file.
113 * Makefile.in: New kludgy rules for making a tarfile.
114 * Makefile.in: Fix bindir path.
115
0c10ff03
RP
116Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
117
118 * Makefile.in: add targets binutils.mm, binutils.me
119
d7cce023
JG
120Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
121
122 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
123
abd4aaa9
RP
124Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
125
6b583720
RP
126 * Makefile.in: add target "binutils.ms"
127
abd4aaa9
RP
128 * binutils.texinfo: minor restructuring for texi2roff comfort.
129
d7381d0c
JG
130Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
131
132 Restructure configuration scheme for bfd, binutils, ld.
133
134 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
135 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
136 Change some config names to match other dirs.
137 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
138 get defined first.
139 * Makefile.in: Use -I. to get sysdep.h.
140
141Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
142
143 * nm.c (print_symbols): Handle NULL name field of symbol.
144 * Makefile.in: Removed spurious comment.
145
c9629e6e
RP
146Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
147
148 * binutils.texinfo: minor typos, phrasing, formatting fixes.
149
398eef0a
PB
150Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
151
152 * configure.in: Get host file from ../bfd/config, not config.
153 * config/*: Remove config directory and its files.
154
050f05e7
RP
155Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
156
b7a11ec2
RP
157 * Makefile.in: new targets binutils.dvi, binutils.info
158
050f05e7
RP
159 * binutils.texinfo: remove most remaining FIXME's, delete
160 references to __.SYMDEF by name
161
162
71e83453
SC
163Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
164
165 * objdump.c (print_address) Print addresses nicely.
166
06a97fbd
PB
167Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
168
169 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
170 Make two different binaries for ar and ranlib, instead of
171 distinguishing them at run time using argv[0].
172 (Old behavior is still available if you "make ar_with_ranlib",
173 but it is not the default.)
174 * ranlib.sh (new): An alternative one-line
175 shell implementation of ranlib.
176
e779a58c
JG
177Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
178
179 * objdump.c: Cope with renames of a few BFD types & enums.
180
0a5403df
RP
181Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
182
183 * binutils.texinfo: add new file (rudimentary docn)
184
3fdbfe8d
PB
185Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
186
0a5403df 187 * config/hmake-news: Add new file (for Sony NEWSOS3).
3fdbfe8d
PB
188 * bucomm.c (fatal): Conditionally compile fatal() depending on
189 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
190 * objdump.c (dump_headers): Trivial output format change.
191 * objdump.c (display_info): Loop over integers, not enums,
192 to appease old compilers.
193
194Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
195
196 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
197
198Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
199 from bother
200 * objdump.c (print_address): Make disasembled output more
201 consistent with gdb and as: Add 0x when printing hex.
202 Don't print extra leading zeros.
203 Attempt to not print "filename.o".
204 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
205
206
207Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
208
209 * copy.c: Change =& constructs to = &, since they confuse older
210 C compilers.
211
212
This page took 0.039726 seconds and 4 git commands to generate.