deliverable/binutils-gdb.git
33 years agoMake mipsread.c handle static symbols, both in psymtabs and symtabs.
John Gilmore [Fri, 19 Jul 1991 07:09:41 +0000 (07:09 +0000)] 
Make mipsread.c handle static symbols, both in psymtabs and symtabs.

33 years agoEliminate LOC_EXTERNAL. Improve select_source_symtab. Bug fixes.
John Gilmore [Fri, 19 Jul 1991 06:45:19 +0000 (06:45 +0000)] 
Eliminate LOC_EXTERNAL.  Improve select_source_symtab.  Bug fixes.

33 years agoInitial revision
Sean Eric Fagan [Thu, 18 Jul 1991 20:19:17 +0000 (20:19 +0000)] 
Initial revision

33 years ago"brz <register>, label" bug fix.
K. Richard Pixley [Thu, 18 Jul 1991 02:21:09 +0000 (02:21 +0000)] 
"brz <register>, label" bug fix.

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 16 Jul 1991 21:38:39 +0000 (21:38 +0000)] 
*** empty log message ***

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 16 Jul 1991 20:50:29 +0000 (20:50 +0000)] 
*** empty log message ***

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 16 Jul 1991 16:21:13 +0000 (16:21 +0000)] 
*** empty log message ***

33 years agoAdded #define for special gdb coff entry points
Steve Chamberlain [Tue, 16 Jul 1991 16:12:29 +0000 (16:12 +0000)] 
Added #define for special gdb coff entry points

33 years agoCorrect the rule for mkscript. The explicit rule failed in subdirs.
K. Richard Pixley [Tue, 16 Jul 1991 15:35:37 +0000 (15:35 +0000)] 
Correct the rule for mkscript.  The explicit rule failed in subdirs.
The default rule works just fine.

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 16 Jul 1991 13:46:17 +0000 (13:46 +0000)] 
*** empty log message ***

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 16 Jul 1991 00:39:03 +0000 (00:39 +0000)] 
*** empty log message ***

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 16 Jul 1991 00:35:56 +0000 (00:35 +0000)] 
*** empty log message ***

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 16 Jul 1991 00:07:19 +0000 (00:07 +0000)] 
*** empty log message ***

33 years agoFixed a few bugs, added 29k coff support.
Steve Chamberlain [Mon, 15 Jul 1991 23:43:26 +0000 (23:43 +0000)] 
Fixed a few bugs, added 29k coff support.

33 years agoInitial revision
Steve Chamberlain [Mon, 15 Jul 1991 23:43:15 +0000 (23:43 +0000)] 
Initial revision

33 years ago*** empty log message ***
Steve Chamberlain [Mon, 15 Jul 1991 23:41:06 +0000 (23:41 +0000)] 
*** empty log message ***

33 years ago* aoutf1.h archive.c bfd.c coffcode.h core.c ecoff.c ieee.c
Steve Chamberlain [Mon, 15 Jul 1991 23:30:28 +0000 (23:30 +0000)] 
* aoutf1.h archive.c bfd.c coffcode.h core.c ecoff.c ieee.c
bfd.texinfo oasys.c opncls.c reloc.c srec.c: More documentation on
lint fixes.

* amdcoff.c bfd.texinfo Makefile.in : Folded in changes for amd
29k coff by David Wood (wood@lab.ultra.nyu.edu).

33 years ago * findvar.c (find_var_value): Handle &function better.
John Gilmore [Sun, 14 Jul 1991 07:48:06 +0000 (07:48 +0000)] 
    * findvar.c (find_var_value):  Handle &function better.
        * TODO:  Document work needed on &fn and &array.
        * printcmd.c (print_address_symbolic):  New arg is the prefix
        to print if a name is printed.
        (print_address_demangle):  Honor "set print address" now.
        Use new arg above to improve spacing of output.
        * valprint.c (val_print):  When printing function pointers,
        print symbolic form too.
        * breakpoint.c (breakpoint_1):  Use new print_address_symbolic.

33 years agoIfdef out bogus `relocation overflow' tests.
Jim Wilson [Wed, 10 Jul 1991 13:18:07 +0000 (13:18 +0000)] 
Ifdef out bogus `relocation overflow' tests.

33 years agoAdd movgeu and movlu insns. Add `,a' for the fbcc insns.
Jim Wilson [Wed, 10 Jul 1991 13:16:07 +0000 (13:16 +0000)] 
Add movgeu and movlu insns.  Add `,a' for the fbcc insns.

33 years agomore v9 fixes. This time %hhi() and %hlo().
K. Richard Pixley [Wed, 10 Jul 1991 02:45:05 +0000 (02:45 +0000)] 
more v9 fixes.  This time %hhi() and %hlo().

33 years agoMore v9 fixes.
K. Richard Pixley [Wed, 10 Jul 1991 02:44:13 +0000 (02:44 +0000)] 
More v9 fixes.

33 years agoWorking out v9 bugs.
K. Richard Pixley [Tue, 9 Jul 1991 19:19:15 +0000 (19:19 +0000)] 
Working out v9 bugs.

33 years agoAvoid "statement not reached" error.
John Gilmore [Tue, 9 Jul 1991 02:36:38 +0000 (02:36 +0000)] 
Avoid "statement not reached" error.

33 years ago * core.c (memory_error): Reword error msg to mislead less.
John Gilmore [Tue, 9 Jul 1991 02:08:13 +0000 (02:08 +0000)] 
    * core.c (memory_error):  Reword error msg to mislead less.

        * mips-pinsn.c (print_insn_arg 'd'):  Print $ with reg name.

        * mipsread.c (read_mips_symtab, read_the_mips_symtab,
        parse_partial_symbols): Use newer BFD internals (external_filehdr
        and external_aouthdr), byte-swap the fields that we care about
        before using them, and make the file header data local to
        read_the_mips_symtab rather than global.

33 years agoOnce more, this time with sane opcodes.
K. Richard Pixley [Tue, 9 Jul 1991 00:57:44 +0000 (00:57 +0000)] 
Once more, this time with sane opcodes.

33 years agoupgrade from v9 delta doc 2.02 to delta 2.1.
K. Richard Pixley [Tue, 9 Jul 1991 00:43:24 +0000 (00:43 +0000)] 
upgrade from v9 delta doc 2.02 to delta 2.1.

33 years agoGive external_aouthdr struct a name. This lets its type be shown
John Gilmore [Tue, 9 Jul 1991 00:34:45 +0000 (00:34 +0000)] 
Give external_aouthdr struct a name.  This lets its type be shown
more reasonably by gdb.

33 years ago*** empty log message ***
John Gilmore [Sun, 7 Jul 1991 05:29:03 +0000 (05:29 +0000)] 
*** empty log message ***

33 years agoBugfix from Rune Nerg}rd <runene@ifi.uio.no> on 5 Jul 1991 17:33:45 +0200,
John Gilmore [Sun, 7 Jul 1991 05:27:54 +0000 (05:27 +0000)] 
Bugfix from Rune Nerg}rd <runene@ifi.uio.no> on 5 Jul 1991 17:33:45 +0200,
fixing opcodes movmw, movmd.

33 years agoAdded core.c prototypes to bfd.h
Steve Chamberlain [Sat, 6 Jul 1991 23:46:01 +0000 (23:46 +0000)] 
Added core.c prototypes to bfd.h

33 years agoAdd declarations for bfd_coff_swap_aux_in, swap_sym_in, swap_lineno_in,
John Gilmore [Sat, 6 Jul 1991 08:39:24 +0000 (08:39 +0000)] 
Add declarations for bfd_coff_swap_aux_in, swap_sym_in, swap_lineno_in,
bfd_core_file_failing_command, failing_signal, matches_executable_p.
Apparently these were lost in Steve's documentation merge.

33 years agoUse set_tdata to set the ieee tdata field, avoiding casting left of
John Gilmore [Sat, 6 Jul 1991 08:37:45 +0000 (08:37 +0000)] 
Use set_tdata to set the ieee tdata field, avoiding casting left of
assignment.

33 years ago * main.c (command_line_input): Flush stdout and stderr
John Gilmore [Sat, 6 Jul 1991 08:36:34 +0000 (08:36 +0000)] 
    * main.c (command_line_input):  Flush stdout and stderr
        before every call to readline.  This reportedly fixes a bug
        that comes up in Sys V running emacs-gdb and/or xxgdb,
        when stdin/out are pipes or sockets.

33 years agoFix bug in configure when iterating targets.
John Gilmore [Sat, 6 Jul 1991 04:35:51 +0000 (04:35 +0000)] 
Fix bug in configure when iterating targets.
Depend on alldeps.mak, not ${srcdir}/alldeps.mak, so it can be found
in either spot.

33 years agoAdd comment about commented-out bfd_release calls.
John Gilmore [Sat, 6 Jul 1991 02:33:08 +0000 (02:33 +0000)] 
Add comment about commented-out bfd_release calls.

33 years agoThu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com)
John Gilmore [Fri, 5 Jul 1991 00:04:59 +0000 (00:04 +0000)] 
Thu Jul  4 14:47:06 1991  John Gilmore  (gnu at cygint.cygnus.com)

        * configure.in, Makefile.in:  Avoid rebuilding "depend" as much.
        Avoid declaring Makefile dependencies, because GNU Make stupidly
        tries to update it if we do.

        * coffread.c:  Revise for minor changes to bfd internal coff
        indexes.

        * configure:  If -template= is given a relative path, make it
        absolute before recurring in subdirectories.

33 years agoAdd gdb, rearrange the things that gdb needs so they get built first.
John Gilmore [Thu, 4 Jul 1991 23:46:05 +0000 (23:46 +0000)] 
Add gdb, rearrange the things that gdb needs so they get built first.

33 years ago * Add dec3100 as equivalent to littlemips. Indicate in all host &
John Gilmore [Thu, 4 Jul 1991 21:56:20 +0000 (21:56 +0000)] 
    * Add dec3100 as equivalent to littlemips.  Indicate in all host &
        target config files that they are for the host.  When the lines
        get copied into the Makefile, this makes it more obvious what's
        up.

33 years agoInitial revision
John Gilmore [Thu, 4 Jul 1991 21:55:36 +0000 (21:55 +0000)] 
Initial revision

33 years agoAdd dec3100 as equivalent to littlemips.
John Gilmore [Thu, 4 Jul 1991 21:51:41 +0000 (21:51 +0000)] 
Add dec3100 as equivalent to littlemips.
Indicate in all host config files that they are for the host.  When the
lines get copied into the Makefile, this makes it more obvious what's up.

33 years agoModified fctnl proto
Steve Chamberlain [Thu, 4 Jul 1991 17:00:42 +0000 (17:00 +0000)] 
Modified fctnl proto

33 years ago*** empty log message ***
Steve Chamberlain [Thu, 4 Jul 1991 16:56:17 +0000 (16:56 +0000)] 
*** empty log message ***

33 years agoNow full of documentation. Yum Yum.
Steve Chamberlain [Thu, 4 Jul 1991 16:52:56 +0000 (16:52 +0000)] 
Now full of documentation. Yum Yum.

33 years agoInitial revision
Steve Chamberlain [Thu, 4 Jul 1991 16:52:19 +0000 (16:52 +0000)] 
Initial revision

33 years agoMake gdb work with configure. Only thing that doesn't work is the -list
John Gilmore [Thu, 4 Jul 1991 15:59:47 +0000 (15:59 +0000)] 
Make gdb work with configure.  Only thing that doesn't work is the -list
option (as far as I know).

33 years agoClean up some more _GENERIC___ contexts.
Roland Pesch [Tue, 25 Jun 1991 19:40:21 +0000 (19:40 +0000)] 
Clean up some more _GENERIC___ contexts.
(Also attest to editor more modestly...)

33 years ago * sparc-opcode.h (trap opcodes): Avoid leading spaces or
John Gilmore [Tue, 25 Jun 1991 06:50:31 +0000 (06:50 +0000)] 
    * sparc-opcode.h (trap opcodes):  Avoid leading spaces or
        tabs, which end up in the disassembler output inadvertently.

33 years agoChanges to use yacc and/or bison in place.
K. Richard Pixley [Thu, 20 Jun 1991 22:04:41 +0000 (22:04 +0000)] 
Changes to use yacc and/or bison in place.

33 years agoChanges for v9 gas.
K. Richard Pixley [Thu, 20 Jun 1991 21:47:57 +0000 (21:47 +0000)] 
Changes for v9 gas.

33 years agoChanges for v9.
K. Richard Pixley [Thu, 20 Jun 1991 21:47:21 +0000 (21:47 +0000)] 
Changes for v9.

33 years agoAdded prms.
K. Richard Pixley [Tue, 18 Jun 1991 15:30:35 +0000 (15:30 +0000)] 
Added prms.

33 years agov9 checkpoint.
K. Richard Pixley [Sun, 16 Jun 1991 17:48:13 +0000 (17:48 +0000)] 
v9 checkpoint.

33 years ago*** empty log message ***
Steve Chamberlain [Fri, 14 Jun 1991 22:54:48 +0000 (22:54 +0000)] 
*** empty log message ***

33 years agoInitial revision
Steve Chamberlain [Fri, 14 Jun 1991 22:30:17 +0000 (22:30 +0000)] 
Initial revision

33 years ago*** empty log message ***
Steve Chamberlain [Fri, 14 Jun 1991 22:21:28 +0000 (22:21 +0000)] 
*** empty log message ***

33 years agoInitial revision
Steve Chamberlain [Fri, 14 Jun 1991 22:21:26 +0000 (22:21 +0000)] 
Initial revision

33 years ago*** empty log message ***
Steve Chamberlain [Fri, 14 Jun 1991 22:14:07 +0000 (22:14 +0000)] 
*** empty log message ***

33 years agoNow works and self hosts
Steve Chamberlain [Fri, 14 Jun 1991 20:51:12 +0000 (20:51 +0000)] 
Now works and self hosts

33 years agoMade it better
Steve Chamberlain [Fri, 14 Jun 1991 20:50:29 +0000 (20:50 +0000)] 
Made it better

33 years agobfd.h: added alignment field
Steve Chamberlain [Fri, 14 Jun 1991 20:48:29 +0000 (20:48 +0000)] 
bfd.h: added alignment field
oasys.h: increased limit

*coff internal stuff factored into internallcoff.h

33 years agoInitial revision
Steve Chamberlain [Fri, 14 Jun 1991 20:48:21 +0000 (20:48 +0000)] 
Initial revision

33 years agoCleaned up map file printing.
Steve Chamberlain [Fri, 14 Jun 1991 20:16:51 +0000 (20:16 +0000)] 
Cleaned up map file printing.

Added support for bcs linkage

Added NOLOAD, DESCT, COPY and OVERLAY keyword (though they don't do
anything yet)

33 years agoInitial revision
K. Richard Pixley [Fri, 14 Jun 1991 18:02:36 +0000 (18:02 +0000)] 
Initial revision

33 years agoVersion 2 GPL.
K. Richard Pixley [Fri, 14 Jun 1991 14:04:55 +0000 (14:04 +0000)] 
Version 2 GPL.

33 years agoversion 2 GPL.
K. Richard Pixley [Fri, 14 Jun 1991 13:59:44 +0000 (13:59 +0000)] 
version 2 GPL.

33 years agoinstall fixed include files on install.
K. Richard Pixley [Fri, 14 Jun 1991 13:35:40 +0000 (13:35 +0000)] 
install fixed include files on install.

33 years agoRearranged build order so that gcc, which builds the library
K. Richard Pixley [Thu, 13 Jun 1991 05:06:52 +0000 (05:06 +0000)] 
Rearranged build order so that gcc, which builds the library
subdirectories, is installed first.  This will probably be changed
soon.

33 years agoRe-arrange so that gcc, which creates directories, gets installed
K. Richard Pixley [Thu, 13 Jun 1991 04:21:14 +0000 (04:21 +0000)] 
Re-arrange so that gcc, which creates directories, gets installed
first.

33 years agoInitial revision
K. Richard Pixley [Wed, 12 Jun 1991 21:44:36 +0000 (21:44 +0000)] 
Initial revision

33 years agoAwk for version number.
K. Richard Pixley [Wed, 12 Jun 1991 21:34:45 +0000 (21:34 +0000)] 
Awk for version number.

33 years agoPolishing install.
K. Richard Pixley [Wed, 12 Jun 1991 21:33:26 +0000 (21:33 +0000)] 
Polishing install.

33 years agocorrectly propogate destdir
K. Richard Pixley [Wed, 12 Jun 1991 21:23:05 +0000 (21:23 +0000)] 
correctly propogate destdir

33 years agoremoved foo.a from comparison target.
K. Richard Pixley [Wed, 12 Jun 1991 20:09:59 +0000 (20:09 +0000)] 
removed foo.a from comparison target.

33 years agoAdded +clib option.
K. Richard Pixley [Sun, 9 Jun 1991 20:40:00 +0000 (20:40 +0000)] 
Added +clib option.

33 years agoAdded -A switch.
K. Richard Pixley [Sun, 9 Jun 1991 20:38:35 +0000 (20:38 +0000)] 
Added -A switch.

33 years agoDon't sort the const array in place.
K. Richard Pixley [Sun, 9 Jun 1991 20:38:03 +0000 (20:38 +0000)] 
Don't sort the const array in place.

33 years agoadded support for binary comparisons.
K. Richard Pixley [Sun, 9 Jun 1991 20:27:20 +0000 (20:27 +0000)] 
added support for binary comparisons.

33 years agoAdded support for binary comparisons.
K. Richard Pixley [Sun, 9 Jun 1991 20:22:11 +0000 (20:22 +0000)] 
Added support for binary comparisons.

33 years agoAdded code to deal with filenames less than 9 characters in a COFF file.
Sean Eric Fagan [Fri, 7 Jun 1991 19:37:42 +0000 (19:37 +0000)] 
Added code to deal with filenames less than 9 characters in a COFF file.

33 years agoReverse entropy. Inhale bit rot, exahle graceful compilation.
John Gilmore [Fri, 7 Jun 1991 07:45:16 +0000 (07:45 +0000)] 
Reverse entropy.  Inhale bit rot, exahle graceful compilation.

33 years ago*** empty log message ***
John Gilmore [Fri, 7 Jun 1991 07:03:40 +0000 (07:03 +0000)] 
*** empty log message ***

33 years agoWhen disassembling, now prints ... instead of pages of whatever the
Steve Chamberlain [Fri, 7 Jun 1991 01:33:38 +0000 (01:33 +0000)] 
When disassembling, now prints ... instead of pages of whatever the
instruction for 0x0000 is.

33 years ago*** empty log message ***
Steve Chamberlain [Fri, 7 Jun 1991 01:32:45 +0000 (01:32 +0000)] 
*** empty log message ***

33 years ago * oasys.h: Fixed shape of module structure
Steve Chamberlain [Fri, 7 Jun 1991 01:32:32 +0000 (01:32 +0000)] 
* oasys.h: Fixed shape of module structure

* bfd.h: better (but not great) fix for coff swap routines

33 years agoThis butchery gets me around a coff dependancy problem and into stage2
K. Richard Pixley [Thu, 6 Jun 1991 22:32:20 +0000 (22:32 +0000)] 
This butchery gets me around a coff dependancy problem and into stage2
again.  This should not be considered real code.

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 4 Jun 1991 23:05:54 +0000 (23:05 +0000)] 
*** empty log message ***

33 years agoMove all the #msg's from the xconfig files into the tconfig files for Suns.
John Gilmore [Tue, 4 Jun 1991 08:59:39 +0000 (08:59 +0000)] 
Move all the #msg's from the xconfig files into the tconfig files for Suns.

33 years agoRemove copyrights from these tiny files rather than update them to the
John Gilmore [Tue, 4 Jun 1991 08:58:38 +0000 (08:58 +0000)] 
Remove copyrights from these tiny files rather than update them to the
GPL version 2.  It isn't worth copyrighting two lines of file names.

33 years agoRemove copyrights from these tiny files, rather than update them to
John Gilmore [Tue, 4 Jun 1991 08:47:23 +0000 (08:47 +0000)] 
Remove copyrights from these tiny files, rather than update them to
GPL version 2.  Two lines of file names aren't worth copyrighting.

33 years agoUpdate to GPL revision 2.
John Gilmore [Tue, 4 Jun 1991 08:35:59 +0000 (08:35 +0000)] 
Update to GPL revision 2.

33 years agoMore updating to GPL-2.
John Gilmore [Tue, 4 Jun 1991 08:16:28 +0000 (08:16 +0000)] 
More updating to GPL-2.

33 years agoChange GDB over to GNU General Public License version 2.
John Gilmore [Tue, 4 Jun 1991 07:31:55 +0000 (07:31 +0000)] 
Change GDB over to GNU General Public License version 2.

33 years agoPrint reasonable error message when architecture mismatch happens.
John Gilmore [Fri, 31 May 1991 14:14:46 +0000 (14:14 +0000)] 
Print reasonable error message when architecture mismatch happens.
However, still don't understand why we get arch mismatch.

33 years agoAvoid error stop from Make if a directory doesn't exist during subdir_do.
John Gilmore [Fri, 31 May 1991 12:34:55 +0000 (12:34 +0000)] 
Avoid error stop from Make if a directory doesn't exist during subdir_do.

33 years agoAdd i386coff.h. Print msg when sanitizing sparc-opcode.h.
John Gilmore [Fri, 31 May 1991 11:26:52 +0000 (11:26 +0000)] 
Add i386coff.h.  Print msg when sanitizing sparc-opcode.h.

33 years agoRemove coff-code.h and liba.out.h, add libaout.h.
John Gilmore [Fri, 31 May 1991 11:22:12 +0000 (11:22 +0000)] 
Remove coff-code.h and liba.out.h, add libaout.h.

33 years agoRemove processed scripts in "make clean".
John Gilmore [Fri, 31 May 1991 03:34:29 +0000 (03:34 +0000)] 
Remove processed scripts in "make clean".

33 years ago*** empty log message ***
Steve Chamberlain [Fri, 31 May 1991 01:01:51 +0000 (01:01 +0000)] 
*** empty log message ***

33 years agoInitial revision
Steve Chamberlain [Thu, 30 May 1991 23:58:29 +0000 (23:58 +0000)] 
Initial revision

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