Commit graph

298 commits

Author SHA1 Message Date
Steve Chamberlain
7a276b09e5 *** empty log message *** 1991-07-04 16:56:17 +00:00
K. Richard Pixley
21c97f13c7 Changes for v9. 1991-06-20 21:47:21 +00:00
K. Richard Pixley
c95b6fd116 v9 checkpoint. 1991-06-16 17:48:13 +00:00
Steve Chamberlain
de9d4075d8 *** empty log message *** 1991-06-14 22:14:07 +00:00
Steve Chamberlain
ea01709763 bfd.h: added alignment field
oasys.h: increased limit

*coff internal stuff factored into internallcoff.h
1991-06-14 20:48:29 +00:00
Steve Chamberlain
42e15245dc Initial revision 1991-06-14 20:48:21 +00:00
K. Richard Pixley
14fce76350 Initial revision 1991-06-14 18:02:36 +00:00
Steve Chamberlain
50a52c1a15 * oasys.h: Fixed shape of module structure
* bfd.h: better (but not great) fix for coff swap routines
1991-06-07 01:32:32 +00:00
K. Richard Pixley
86b2c77541 This butchery gets me around a coff dependancy problem and into stage2
again.  This should not be considered real code.
1991-06-06 22:32:20 +00:00
John Gilmore
4cc47c9e93 Update to GPL revision 2. 1991-06-04 08:35:59 +00:00
John Gilmore
137a7f1119 Add i386coff.h. Print msg when sanitizing sparc-opcode.h. 1991-05-31 11:26:52 +00:00
Steve Chamberlain
2700c3c75a *** empty log message *** 1991-05-30 22:33:01 +00:00
K. Richard Pixley
c93e2c55fc Changed a comment. 1991-05-27 20:57:27 +00:00
K. Richard Pixley
5f2e3309fe Added gt and lt aliases for g and l conditions. Also, added "[i]"
lines for "[i+1]" instructions.
1991-05-25 13:35:44 +00:00
Steve Chamberlain
517496c5bc Initial revision 1991-05-25 01:51:54 +00:00
K. Richard Pixley
0fd8d5d963 Initial revision 1991-05-23 17:10:40 +00:00
K. Richard Pixley
d19d9ce067 Macro'd everything, tightened masks. 1991-05-23 03:49:53 +00:00
K. Richard Pixley
839df5c343 v9 stuff. 1991-05-22 01:18:42 +00:00
Steve Chamberlain
4dec1c1297 Fixed multiple definition of put_16 and get_16 1991-05-21 20:18:12 +00:00
Steve Chamberlain
1797fccf85 Removed the V9 comment 1991-05-21 16:05:19 +00:00
Steve Chamberlain
7f3d9f4603 Removed bfd_h_get_x 1991-05-21 16:04:48 +00:00
John Gilmore
9b9c5c39bb Add target_defaulted to bfd struct. Fix formatting in various places.
Fix some obsolete comments.  Remove macros for obsolete bfd_symbol_value,
bfd_symbol_name, bfd_get_first_symbol, bfd_get_next_symbol,
bfd_classify_symbol, bfd_symbol_hasclass.
1991-05-21 03:08:37 +00:00
Steve Chamberlain
7ed4093abc *** empty log message *** 1991-05-21 00:14:16 +00:00
John Gilmore
1ccc2d06eb Add Vax-BSD and Tahoe-BSD support. 1991-05-19 22:30:22 +00:00
John Gilmore
d7344eca22 Initial revision 1991-05-19 15:26:27 +00:00
K. Richard Pixley
e1bba588b8 Merged in gdb changes. 1991-05-19 08:05:16 +00:00
K. Richard Pixley
089aacdb56 Initial revision 1991-05-19 00:19:54 +00:00
Steve Chamberlain
a3bb31a043 Initial revision 1991-05-18 02:58:02 +00:00
Steve Chamberlain
19b03b7aa4 *** empty log message *** 1991-05-18 02:57:45 +00:00
K. Richard Pixley
f827120d45 Gas buys into ../include. Files merged. 1991-05-18 02:44:28 +00:00
Steve Chamberlain
fb030779ae *** empty log message *** 1991-05-13 19:56:07 +00:00
Steve Chamberlain
a8f3d65117 Fixed the shapes of external things some more.

1991-05-11 02:23:48 +00:00
John Gilmore
66d4e1bb88 Update for Sony News port and split of a.out into several variants.
Add write_contents to format-dependent vector.
1991-05-10 23:41:14 +00:00
John Gilmore
df77307a2a Initial revision 1991-05-10 23:41:10 +00:00
Steve Chamberlain
4322f04db6 changed forward declaration struct stat; to reduce warnings. Changed
common on bfd_h_<x>_x.
1991-05-10 19:44:17 +00:00
Steve Chamberlain
81623791e4 Now there are two incarnations of relocs, linenos and syments. One for
internal digestion, and one full of char arrays for I/O. The original
names have gone to detect errors.
1991-05-10 19:41:19 +00:00
Steve Chamberlain
9dce1776b6 Initial revision 1991-05-10 19:40:56 +00:00
John Gilmore
bf475b4991 Make it limp for MIPS ECOFF, too. 1991-05-03 01:24:03 +00:00
Jim Kingdon
8c01a0eab1 Make bfd_filename return a char *, not a const char *. 1991-05-02 19:05:06 +00:00
John Gilmore
9c6a9c925f Update for merge of main BFD and GDB's BFD. Remove "_struct" suffix
on all struct types -- they are in a separate namespace anyway.
Move bfd_alloc, bfd_zalloc, bfd_realloc, bfd_release into libbfd.h,
since external users shouldn't be calling them anyway.
1991-05-02 02:52:21 +00:00
John Gilmore
ec08b07730 Remove BFD_SUCCESS and BFD_FAILURE, replace with a comment about return
values of functions.
1991-04-26 16:32:20 +00:00
John Gilmore
bad3df6720 Merge intel-deliver and amd-deliver "include" directories, and the
GDB include directory, all into a single include directory.

There are minor corresponding changes in a few files in bfd and gdb.
1991-04-25 04:20:18 +00:00
John Gilmore
a07cc61341 Initial revision 1991-04-25 04:20:11 +00:00
K. Richard Pixley
dd3b648e8b Johns release 1991-03-28 16:28:29 +00:00
K. Richard Pixley
16423a4a99 This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
1991-03-25 22:25:13 +00:00
K. Richard Pixley
b37af01c89 as rich copied from mike 1991-03-25 22:25:13 +00:00
K. Richard Pixley
61a153e5c1 as rich copied from mike 1991-03-25 22:25:08 +00:00
K. Richard Pixley
fcd5c2934e Initial revision 1991-03-25 22:25:03 +00:00