deliverable/binutils-gdb.git
32 years ago*** empty log message ***
Roland Pesch [Sat, 12 Oct 1991 01:18:13 +0000 (01:18 +0000)] 
*** empty log message ***

32 years agoMakefile: (1) include TEXINPUTS defn to point to texinfo.tex when calling tex
Roland Pesch [Sat, 12 Oct 1991 00:49:50 +0000 (00:49 +0000)] 
Makefile: (1) include TEXINPUTS defn to point to texinfo.tex when calling tex
          (2) new target as.ms (roff)
as.texinfo: sed-markers to make roff output pick up less-fancy form of
          tables and illustrations (otherwise used by info, not TeX);
          slight text chgs as workarounds for texi2roff bugs

32 years ago * news.sc: Add alignment for data segment.
Per Bothner [Fri, 11 Oct 1991 23:47:05 +0000 (23:47 +0000)] 
* news.sc: Add alignment for data segment.
* ldtemplate: Add (yet another) script to get for -n or -N
options.  (These need different alignment than ZMAGIC files.)
* Makefile.in:  Add stuff for new foo.xn scripts.
These are generated by replacing "ALIGN(0x...00)" by ".".

32 years ago * Makefile.in: add target "binutils.ms"
Roland Pesch [Fri, 11 Oct 1991 23:11:17 +0000 (23:11 +0000)] 
* Makefile.in: add target "binutils.ms"

32 years agoSlightly better comments (re doc targets).
Roland Pesch [Fri, 11 Oct 1991 22:51:31 +0000 (22:51 +0000)] 
Slightly better comments (re doc targets).

32 years ago * Makefile.in: new targets ld.ms, ld-index.ms
Roland Pesch [Fri, 11 Oct 1991 22:44:11 +0000 (22:44 +0000)] 
* Makefile.in: new targets ld.ms, ld-index.ms
ld.texinfo: remove tabs, other cleanups for texi2roff

32 years agoSupport for "ld.ms", "ld-index.ms" ROFF-style doc targets.
Roland Pesch [Fri, 11 Oct 1991 22:42:57 +0000 (22:42 +0000)] 
Support for "ld.ms", "ld-index.ms" ROFF-style doc targets.

32 years ago * ldmain.c (main): Make config.magic_demand_paged be true
Per Bothner [Fri, 11 Oct 1991 21:02:22 +0000 (21:02 +0000)] 
* ldmain.c (main): Make config.magic_demand_paged be true
by default.  Don't the WP_TEXT and D_PAGED flags of
output_bfd here; it's too late, so set it when output_bfd
is created (in ldlang.c).  Also fix setting of EXEC_P flag
* ldlang.c (ldlang_open_output):  Set output_bfd->flags here.
* ldlang.c: Remove some duplicate extern declarations.
* ldgram.y: Fixes to -N and -n options.
* Makefile.in:  Recognize upper case letters in sed script
to remove assignments from script files.
* ldtemplate:  Don't assukme that -N or -n options
imply use of -r script.
* mkscript.c:  Tweaking to correctly handle \n and \\ in input.

32 years ago * coffcode.h: Moved ALIGN macro to libbfd.h. Removed i960_align.
Per Bothner [Fri, 11 Oct 1991 20:45:29 +0000 (20:45 +0000)] 
* coffcode.h: Moved ALIGN macro to libbfd.h. Removed i960_align.
* libbfd.h: Moved ALIGN macro here.
* bout.c (b_out_callback): Replace i960_align by align_power.

* libaout.h (struct aoutdata):  Added fields page_size,
segment_size and exec_bytes_size.  These help generic code
(in aoutx.h and libaout.h) to figure out where to align
the various segments in a demand paged file.
* libaout.h (WRITE_HEADER):  Use new (struct aoutdata) fields
to decide if the exec header counts in a_text (text segment size).
Also, assume D_PAGED flag is set; don't set it here.
* bout.c (b_out_callback): Add initialization of
adata fields page_size, segment_size, and exec_bytes_size.
* host-aout.c (NAME(host_aout, callback) and
NAME(host_aout,mkobject): Ditto.
* i386aout.c (aout386_callback) and new aout386_mkobject): Ditto.
* newos3.c (newsos3_callback) and new newsos_mkobject): Ditto.
* aoutf1.c (sunos4_callback) and new sunos_mkobject): Ditto.
* aoutx.h (NAME(aout,some_aout_object_p)): Don't subtract
EXEC_BYTES_SIZE from the a_test size; this is only appropriate
for some systems (mainly sunos), so do it in the callback instead.
Same routine: Add stuff to the THIS_IS_ONLY_DOCUMENTATION comment.
* aoutx.h (NAME(aout,set_section_contents): Change the way
filepos and size of sections are carried out to support
older styles of demand paged executables.

32 years ago * binutils.texinfo: minor restructuring for texi2roff comfort.
Roland Pesch [Fri, 11 Oct 1991 19:52:56 +0000 (19:52 +0000)] 
* binutils.texinfo: minor restructuring for texi2roff comfort.

(said "makeinfo" rather than "texi2roff" by mistake in CVS log for binutils.
This one's right.  Good thing, since this one's the distributed log...

32 years agoMore literal adherence to "standard" texinfo usage of @tex, @title, @author,
Roland Pesch [Fri, 11 Oct 1991 19:50:14 +0000 (19:50 +0000)] 
More literal adherence to "standard" texinfo usage of @tex, @title, @author,
etc., for makeinfo's comfort.

32 years ago * bfd.h:upgrade from bfd.c
Steve Chamberlain [Fri, 11 Oct 1991 19:44:01 +0000 (19:44 +0000)] 
* bfd.h:upgrade from bfd.c
* internalcoff.h: add n_name, n_zeroes and n_offset macros
* amdcoff.h: Define OMAGIC and AOUTHDRSZ.

32 years ago * bfd-in.h: Added more macros to COFF_SWAP_TABLE.
Steve Chamberlain [Fri, 11 Oct 1991 19:39:29 +0000 (19:39 +0000)] 
* bfd-in.h: Added more macros to COFF_SWAP_TABLE.
* bfd.c: Added macros to enable gas to swap coff records.
* coffcode.h: Make the coff_swap_*_out routines return the number
of bytes swapped, and cleaned up their prototypes.
* configure.in: Added ebmon/coff support
* ecoff.c: Changed null definitions of coff_swap_*_out to conform
to new prototypes
* targets.c: Added new entry points for coff swapping

32 years ago*** empty log message ***
Steve Chamberlain [Fri, 11 Oct 1991 19:32:25 +0000 (19:32 +0000)] 
*** empty log message ***

32 years agoInitial revision
Steve Chamberlain [Fri, 11 Oct 1991 19:32:24 +0000 (19:32 +0000)] 
Initial revision

32 years ago * Makefile.in, config.h, configure.in, ldemul.c: added ebmon29k
Steve Chamberlain [Fri, 11 Oct 1991 19:31:15 +0000 (19:31 +0000)] 
* Makefile.in, config.h, configure.in, ldemul.c: added ebmon29k
stuff

32 years ago * a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
Per Bothner [Fri, 11 Oct 1991 18:01:05 +0000 (18:01 +0000)] 
* a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
* bfd.h (align_power): Add (actually move) comment.

32 years ago * ldtemplate: include bfd.h before sysdep.h.
Steve Chamberlain [Fri, 11 Oct 1991 17:30:20 +0000 (17:30 +0000)] 
* ldtemplate: include bfd.h before sysdep.h.

32 years agoAdded ebmon to os list
Steve Chamberlain [Fri, 11 Oct 1991 16:50:53 +0000 (16:50 +0000)] 
Added ebmon to os list

32 years agoRemove refs to ../include/sysdep.h.
John Gilmore [Fri, 11 Oct 1991 12:48:25 +0000 (12:48 +0000)] 
Remove refs to ../include/sysdep.h.

32 years agoRestructure configuration scheme for bfd, binutils, ld.
John Gilmore [Fri, 11 Oct 1991 11:54:33 +0000 (11:54 +0000)] 
Restructure configuration scheme for bfd, binutils, ld.

32 years agoAdd dgux as a valid OS. Add msdos as an invalid, but accepted, os.
John Gilmore [Fri, 11 Oct 1991 11:47:48 +0000 (11:47 +0000)] 
Add dgux as a valid OS.  Add msdos as an invalid, but accepted, os.

32 years agoInclude bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
John Gilmore [Fri, 11 Oct 1991 11:38:10 +0000 (11:38 +0000)] 
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.

32 years agoRestructure configuration scheme for bfd, binutils, ld.
John Gilmore [Fri, 11 Oct 1991 11:35:07 +0000 (11:35 +0000)] 
Restructure configuration scheme for bfd, binutils, ld.
* config/:  Rename some config files to match up h-*.h names.
Remove all the HOST_SYS definitions from the config files.

32 years agoRevise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
John Gilmore [Fri, 11 Oct 1991 11:30:12 +0000 (11:30 +0000)] 
Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
Change some config names to match other dirs.

32 years agoInclude bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
John Gilmore [Fri, 11 Oct 1991 11:28:27 +0000 (11:28 +0000)] 
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.

32 years agoRestructure configuration scheme for bfd, binutils, ld.
John Gilmore [Fri, 11 Oct 1991 11:24:04 +0000 (11:24 +0000)] 
Restructure configuration scheme for bfd, binutils, ld.

* include/sys/h-*.h:  Move to bfd/hosts/h-*.h.
* configure.in:  Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
Change some config names to match other dirs.
* *.c:  Include bfd.h before sysdep.h, so ansidecl and PROTO()
get defined first.
* Makefile.in:  Use -I. to get sysdep.h.

32 years agoUse -I. to get sysdep.h.
John Gilmore [Fri, 11 Oct 1991 11:22:25 +0000 (11:22 +0000)] 
Use -I. to get sysdep.h.

32 years agoInclude bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
John Gilmore [Fri, 11 Oct 1991 11:22:05 +0000 (11:22 +0000)] 
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.

32 years agoRoll in some changes. Unlikely to compile yet.
John Gilmore [Fri, 11 Oct 1991 11:11:46 +0000 (11:11 +0000)] 
Roll in some changes.  Unlikely to compile yet.

32 years agoInitial revision
John Gilmore [Fri, 11 Oct 1991 10:45:56 +0000 (10:45 +0000)] 
Initial revision

32 years agoRestructure configuration scheme for bfd, binutils, ld.
John Gilmore [Fri, 11 Oct 1991 10:43:34 +0000 (10:43 +0000)] 
Restructure configuration scheme for bfd, binutils, ld.

* include/sys/h-*.h:  Move to bfd/hosts/h-*.h.
* configure.in:  Revise to symlink sysdep.h to hosts/h-xxx.h.
Change some config names to match other dirs.
* *.c:  Include bfd.h before sysdep.h, so ansidecl and PROTO()
get defined first.
* Makefile.in:  Use -I. to get sysdep.h.
* trad-core.c:  Don't disable the whole file if SUN4_SYS.
* config/:  Rename some config files to match up h-*.h names.
Remove all the HOST_SYS definitions from the config files.
* hosts/h-amix.h, h-i386v.h:  Define POSIX_UTIME, not USG.
* hosts/h-hp9000.h:  Remove USG comment.
* hosts/h-rs6000.h:  Include <stdlib.h> for malloc.
* hosts/h-news.h, h-sparc-64.h:  New config files that had
previously been kludged in the <sysdep.h> file.

32 years ago* hosts/h-amix.h, h-i386v.h: Define POSIX_UTIME, not USG.
John Gilmore [Fri, 11 Oct 1991 10:41:22 +0000 (10:41 +0000)] 
* hosts/h-amix.h, h-i386v.h:  Define POSIX_UTIME, not USG.
* hosts/h-hp9000.h:  Remove USG comment.
* hosts/h-rs6000.h:  Include <stdlib.h> for malloc.
* hosts/h-news.h, h-sparc-64.h:  New config files that had
previously been kludged in the <sysdep.h> file.

32 years agoRestructure configuration scheme for bfd, binutils, ld.
John Gilmore [Fri, 11 Oct 1991 10:29:54 +0000 (10:29 +0000)] 
Restructure configuration scheme for bfd, binutils, ld.
Use -I. to get sysdep.h.

32 years agoInclude bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
John Gilmore [Fri, 11 Oct 1991 10:11:37 +0000 (10:11 +0000)] 
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.

32 years agoRemove dead N_TXTOFF override.
John Gilmore [Fri, 11 Oct 1991 10:09:28 +0000 (10:09 +0000)] 
Remove dead N_TXTOFF override.
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.

32 years agoInclude bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
John Gilmore [Fri, 11 Oct 1991 10:08:58 +0000 (10:08 +0000)] 
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
Don't ever call trad_unix_core_file_p from here.

32 years ago* Makefile.in: Rename XDEPFILES.
John Gilmore [Fri, 11 Oct 1991 04:51:42 +0000 (04:51 +0000)] 
* Makefile.in:  Rename XDEPFILES.
* trad-core.c:  Document how to use it nowadays.
* i386aout.c, newsos3.c:  Clean up.
* i386coff.c:  Allow 386 coff files to be used as core files too
(for reading core files from embedded systems).

32 years agoRead cross-core files on Mach 386.
John Gilmore [Fri, 11 Oct 1991 00:27:41 +0000 (00:27 +0000)] 
Read cross-core files on Mach 386.

32 years agoupdating
K. Richard Pixley [Thu, 10 Oct 1991 11:59:25 +0000 (11:59 +0000)] 
updating

32 years agoDecstation now croaks on multi-line assertions. eliminate them.
K. Richard Pixley [Thu, 10 Oct 1991 10:43:30 +0000 (10:43 +0000)] 
Decstation now croaks on multi-line assertions.  eliminate them.

32 years agonew binary layout and cp/mv instead of INSTALL
K. Richard Pixley [Thu, 10 Oct 1991 08:17:32 +0000 (08:17 +0000)] 
new binary layout and cp/mv instead of INSTALL

32 years agoInitial revision
K. Richard Pixley [Thu, 10 Oct 1991 07:10:42 +0000 (07:10 +0000)] 
Initial revision

32 years agoNew installed binary layout.
K. Richard Pixley [Thu, 10 Oct 1991 06:36:30 +0000 (06:36 +0000)] 
New installed binary layout.

32 years ago * nm.c (print_symbols): Handle NULL name field of symbol.
Per Bothner [Thu, 10 Oct 1991 05:44:37 +0000 (05:44 +0000)] 
* nm.c (print_symbols):  Handle NULL name field of symbol.
* Makefile.in: Removed spurious comment.

32 years ago* Die when sub-configure's do.
K. Richard Pixley [Thu, 10 Oct 1991 04:57:23 +0000 (04:57 +0000)] 
* Die when sub-configure's do.
* get the makefile building message line correct.
* set -e

32 years agoCreating Makefile stubs in preparation for mips three-stage.
K. Richard Pixley [Thu, 10 Oct 1991 04:56:18 +0000 (04:56 +0000)] 
Creating Makefile stubs in preparation for mips three-stage.

32 years agoInitial revision
K. Richard Pixley [Thu, 10 Oct 1991 04:55:23 +0000 (04:55 +0000)] 
Initial revision

32 years agocopy the old file to the new before cleaning it. This should
K. Richard Pixley [Thu, 10 Oct 1991 01:08:04 +0000 (01:08 +0000)] 
copy the old file to the new before cleaning it.  This should
propogate mode bits like execute.

32 years agoBacked out the "/bin/sh config.sub" change. Fails when config.sub was
K. Richard Pixley [Thu, 10 Oct 1991 01:04:42 +0000 (01:04 +0000)] 
Backed out the "/bin/sh config.sub" change.  Fails when config.sub was
on PATH.

32 years agoOops... forgot 1.9 -> 1.90 last time around...
Roland Pesch [Thu, 10 Oct 1991 00:56:38 +0000 (00:56 +0000)] 
Oops... forgot 1.9 -> 1.90 last time around...

32 years agoWarn 'ar q' doesn't update archive ST index.
Roland Pesch [Thu, 10 Oct 1991 00:48:05 +0000 (00:48 +0000)] 
Warn 'ar q' doesn't update archive ST index.

32 years agoCall config.sub as "/bin/sh config.sub" instead of directly. This
K. Richard Pixley [Thu, 10 Oct 1991 00:38:08 +0000 (00:38 +0000)] 
Call config.sub as "/bin/sh config.sub" instead of directly.  This
protects us from the case where config.sub isn't executable.

32 years ago* mipsread.c, coffread.c: initialise TYPE_VPTR_FIELDNO to -1.
John Gilmore [Thu, 10 Oct 1991 00:05:52 +0000 (00:05 +0000)] 
* mipsread.c, coffread.c:  initialise TYPE_VPTR_FIELDNO to -1.
This avoids coredumps under `set print object on' in value_headof
(called erroneously by value_from_vtable_info) for `p &struct'
or `p *struct'.  From Peter Schauer.

32 years agoAdded h8300hds.{c,sc}.
Per Bothner [Wed, 9 Oct 1991 20:40:37 +0000 (20:40 +0000)] 
Added h8300hds.{c,sc}.

32 years agoAnother patch from jim.
K. Richard Pixley [Wed, 9 Oct 1991 00:48:26 +0000 (00:48 +0000)] 
Another patch from jim.

32 years ago(ORIG: date: 1991/09/27 22:47:20; author: pesch; state: Exp; lines: +3 -4)
Roland Pesch [Wed, 9 Oct 1991 00:31:51 +0000 (00:31 +0000)] 
(ORIG: date: 1991/09/27 22:47:20;  author: pesch;  state: Exp;  lines: +3 -4)
Stop talking about obsolete "sharedlibrary" command in whats-new section.

32 years ago(ORIG: date: 1991/09/21 05:15:13; author: pesch; state: Exp; lines: +19 -18)
Roland Pesch [Wed, 9 Oct 1991 00:31:02 +0000 (00:31 +0000)] 
(ORIG: date: 1991/09/21 05:15:13;  author: pesch;  state: Exp;  lines: +19 -18)
(1) fix typo ('_if_' and '_fi_' for '_if__' and '_fi__'!)
(2) prepare for semi-auto xref updating by rejoining xrefs broken across lines

32 years ago(ORIG: date: 1991/09/21 03:59:06; author: pesch; state: Exp; lines: +12 -7)
Roland Pesch [Wed, 9 Oct 1991 00:30:17 +0000 (00:30 +0000)] 
(ORIG: date: 1991/09/21 03:59:06;  author: pesch;  state: Exp;  lines: +12 -7)
Formatting updates to "installing" appendix.

32 years ago(ORIG: date: 1991/09/21 02:59:57; author: gnu; state: Exp; lines: +32 -28)
Roland Pesch [Wed, 9 Oct 1991 00:29:37 +0000 (00:29 +0000)] 
(ORIG: date: 1991/09/21 02:59:57;  author: gnu;  state: Exp;  lines: +32 -28)
Rearrange "how to install" and "how to print the doc" stuff so it drops
easier into README.

32 years ago(ORIG: date: 1991/09/21 02:55:37; author: pesch; state: Exp; lines: +4 -2)
Roland Pesch [Wed, 9 Oct 1991 00:28:39 +0000 (00:28 +0000)] 
(ORIG: date: 1991/09/21 02:55:37;  author: pesch;  state: Exp;  lines: +4 -2)
add missing index entries for set/show print sevenbit-strings.

32 years ago(ORIG: date: 1991/09/21 02:01:41; author: pesch; state: Exp; lines: +175 -110)
Roland Pesch [Wed, 9 Oct 1991 00:27:09 +0000 (00:27 +0000)] 
(ORIG: date: 1991/09/21 02:01:41;  author: pesch;  state: Exp;  lines: +175 -110)
Update configs table.

32 years ago(ORIG: date: 1991/09/20 22:43:47; author: pesch; state: Exp; lines: +47 -46)
Roland Pesch [Wed, 9 Oct 1991 00:26:15 +0000 (00:26 +0000)] 
(ORIG: date: 1991/09/20 22:43:47;  author: pesch;  state: Exp;  lines: +47 -46)
Extract GDB version number from main GDB dir Makefile.in.

32 years ago(ORIG: date: 1991/09/20 21:43:15; author: pesch; state: Exp;)
Roland Pesch [Wed, 9 Oct 1991 00:22:44 +0000 (00:22 +0000)] 
(ORIG: date: 1991/09/20 21:43:15;  author: pesch;  state: Exp;)
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
cleanups to node structure.

32 years agoMerged in new doc on language setting, C, and Mod-2 by Andrew Beers;
Roland Pesch [Wed, 9 Oct 1991 00:17:27 +0000 (00:17 +0000)] 
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
cleanups to node structure.

(RELEASE 4.1)

32 years agoGetting BISON right.
K. Richard Pixley [Wed, 9 Oct 1991 00:11:14 +0000 (00:11 +0000)] 
Getting BISON right.

32 years agoRELEASE 4.0 docn. (Recovered from GDB 4.0 distribution; intervening
Roland Pesch [Wed, 9 Oct 1991 00:06:58 +0000 (00:06 +0000)] 
RELEASE 4.0 docn.  (Recovered from GDB 4.0 distribution; intervening
versions lost by cvs over system crash).

32 years ago * binutils.texinfo: minor typos, phrasing, formatting fixes.
Roland Pesch [Tue, 8 Oct 1991 23:55:58 +0000 (23:55 +0000)] 
* binutils.texinfo: minor typos, phrasing, formatting fixes.

32 years ago * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
Per Bothner [Tue, 8 Oct 1991 23:18:03 +0000 (23:18 +0000)] 
* ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
* ldtemplate: Remove ldfile_add_library_path calls;
just use the SEARCH_DIR commands in the script files.
* Makefile.in: Add LIB_PATH macro, which if set is used to replace
the SEARCH_DIR commands in the scripts (using ugly sed magic).
This is primarily intended for cross-linking, where you would
place libaries in a different place than native libraries.
Also, emulations made from ldtemplate now use $(srcdir).
* ldglda29k.sc: Change SEARCH_DIR commands to a conventional
form; people can use the Makefile's LIB_PATH to override.

32 years agoAdd i386aout.c
John Gilmore [Tue, 8 Oct 1991 22:31:52 +0000 (22:31 +0000)] 
Add i386aout.c

32 years agoAdded MISSING_VFPRINTF
Per Bothner [Tue, 8 Oct 1991 22:30:57 +0000 (22:30 +0000)] 
Added MISSING_VFPRINTF

32 years agoAdd errno, for binutils.
John Gilmore [Tue, 8 Oct 1991 22:28:10 +0000 (22:28 +0000)] 
Add errno, for binutils.

32 years ago * configure.in: Get host file from ../bfd/config, not config.
Per Bothner [Tue, 8 Oct 1991 22:15:27 +0000 (22:15 +0000)] 
* configure.in: Get host file from ../bfd/config, not config.

32 years ago * Makefile.in: new targets binutils.dvi, binutils.info
Roland Pesch [Tue, 8 Oct 1991 22:01:41 +0000 (22:01 +0000)] 
* Makefile.in: new targets binutils.dvi, binutils.info

32 years ago * Makefile.in: fix target ld.dvi, add target ld.info
Roland Pesch [Tue, 8 Oct 1991 21:52:43 +0000 (21:52 +0000)] 
* Makefile.in: fix target ld.dvi, add target ld.info
ld.texinfo: make info filename ld.info

32 years agoTue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
Roland Pesch [Tue, 8 Oct 1991 20:59:54 +0000 (20:59 +0000)] 
Tue Oct  8 13:58:59 1991  Roland H. Pesch  (pesch at cygnus.com)

* binutils.texinfo: remove most remaining FIXME's, delete
references to __.SYMDEF by name

32 years ago doc/Makefile: stop hiding complaints from makeinfo.
Roland Pesch [Tue, 8 Oct 1991 19:20:58 +0000 (19:20 +0000)] 
doc/Makefile: stop hiding complaints from makeinfo.

32 years ago * reloc.c, section.c, syms.c, targets.c: correct info-node
Roland Pesch [Tue, 8 Oct 1991 19:20:35 +0000 (19:20 +0000)] 
* reloc.c, section.c, syms.c, targets.c: correct info-node
structure in *doc* comments.

32 years agoTue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
Steve Chamberlain [Tue, 8 Oct 1991 18:07:33 +0000 (18:07 +0000)] 
Tue Oct  8 10:23:44 1991  Steve Chamberlain  (steve at cygnus.com)

* objdump.c (print_address) Print addresses nicely.

32 years agoFix bug in smake- file code.
Jim Wilson [Tue, 8 Oct 1991 06:07:58 +0000 (06:07 +0000)] 
Fix bug in smake- file code.

32 years agoTwo formatting bugfixes.
Roland Pesch [Tue, 8 Oct 1991 02:28:43 +0000 (02:28 +0000)] 
Two formatting bugfixes.

32 years agoUpdated sketchy doc for devo versions. FIXMEs remain.
Roland Pesch [Tue, 8 Oct 1991 02:22:16 +0000 (02:22 +0000)] 
Updated sketchy doc for devo versions.  FIXMEs remain.

32 years agoRemove configure and config.sub from the expected list.
John Gilmore [Tue, 8 Oct 1991 01:50:59 +0000 (01:50 +0000)] 
Remove configure and config.sub from the expected list.

32 years agoAdd binutils.texinfo, and change *-ranlib.o to *-ranlib.c.
John Gilmore [Tue, 8 Oct 1991 01:48:04 +0000 (01:48 +0000)] 
Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c.

32 years agoFixed typo (for RANLIB_PROG).
Per Bothner [Tue, 8 Oct 1991 00:56:23 +0000 (00:56 +0000)] 
Fixed typo (for RANLIB_PROG).
Started writing rules for making a tar file.

32 years agoFix bug with expressions like @foo+20
Steve Chamberlain [Tue, 8 Oct 1991 00:40:43 +0000 (00:40 +0000)] 
Fix bug with expressions like @foo+20

32 years ago*** empty log message ***
Steve Chamberlain [Tue, 8 Oct 1991 00:39:51 +0000 (00:39 +0000)] 
*** empty log message ***

32 years ago * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
Per Bothner [Mon, 7 Oct 1991 23:14:30 +0000 (23:14 +0000)] 
* ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
Make two different binaries for ar and ranlib, instead of
distinguishing them at run time using argv[0].
(Old behavior is still available if you "make ar_with_ranlib",
but it is not the default.)
* ranlib.sh (new):  An alternative one-line
shell implementation of ranlib.

32 years agoInitial revision
Per Bothner [Mon, 7 Oct 1991 23:14:25 +0000 (23:14 +0000)] 
Initial revision

32 years agoAdded right dependencies for h8300hds.sc
Steve Chamberlain [Mon, 7 Oct 1991 15:07:29 +0000 (15:07 +0000)] 
Added right dependencies for h8300hds.sc

32 years agoFirst stage of coff-encap work.
John Gilmore [Mon, 7 Oct 1991 07:23:08 +0000 (07:23 +0000)] 
First stage of coff-encap work.

32 years ago* m68kcoff.h: Remove `tagentries' which snuck in from the i960
John Gilmore [Mon, 7 Oct 1991 02:29:42 +0000 (02:29 +0000)] 
* m68kcoff.h:  Remove `tagentries' which snuck in from the i960
COFF port.

32 years ago* aout64.h: Move struct internal_exec to ../bfd/libaout.h so
John Gilmore [Mon, 7 Oct 1991 02:29:12 +0000 (02:29 +0000)] 
* aout64.h:  Move struct internal_exec to ../bfd/libaout.h so
it can be shared by all `a.out-family' code.  Rename
EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE.  Use basic types
for nlist members, and make strx integral rather than pointer.
More commentary on n_type values.

32 years ago* archures.c: Rename `struct bfd_arch_info_struct' to `struct
John Gilmore [Mon, 7 Oct 1991 02:16:22 +0000 (02:16 +0000)] 
* archures.c: Rename `struct bfd_arch_info_struct' to `struct
bfd_arch_info'.  Rename `typedef bfd_arch_info_struct_type' to
`bfd_arch_info_type'.  All uses changed.

32 years agoSupport for the h8300 with an hds monitor, first cut.
Steve Chamberlain [Sun, 6 Oct 1991 19:17:07 +0000 (19:17 +0000)] 
Support for the h8300 with an hds monitor, first cut.

32 years agoInitial revision
Steve Chamberlain [Sun, 6 Oct 1991 19:17:06 +0000 (19:17 +0000)] 
Initial revision

32 years agoInitial revision
Steve Chamberlain [Sun, 6 Oct 1991 19:02:50 +0000 (19:02 +0000)] 
Initial revision

32 years agoconfigure, config.sub gone
John Gilmore [Sat, 5 Oct 1991 06:20:30 +0000 (06:20 +0000)] 
configure, config.sub gone

32 years agoh-amix.h
John Gilmore [Sat, 5 Oct 1991 06:18:50 +0000 (06:18 +0000)] 
h-amix.h

32 years agoa.out.vax.h gone.
John Gilmore [Sat, 5 Oct 1991 06:18:24 +0000 (06:18 +0000)] 
a.out.vax.h gone.

This page took 0.049691 seconds and 4 git commands to generate.