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