deliverable/binutils-gdb.git
30 years ago * symfile.c (reread_symbols): When re-reading symbols, do all the
Jim Kingdon [Sat, 30 Oct 1993 20:21:19 +0000 (20:21 +0000)] 
* symfile.c (reread_symbols): When re-reading symbols, do all the
right operations ourself, rather than calling symbol_file_command.
If we re-read something, call clear_symtab_users not just
breakpoint_re_set.
* objfiles.h, objfiles.c (build_objfile_section_table): No longer
static.
* symfile.c (clear_symtab_users): Call clear_pc_function_cache.
* coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c, paread.c
(*_symfile_offsets): Set objfile->num_sections.
* remote.c (remote_wait), symfile.c (syms_from_objfile):
Don't muck with objfile->num_sections now that all the symbol
readers set it.
* elfread.c: Clean up obsolete comment about handling only DWARF.
* paread.c: Remove comment about how we should use an "ordinary"
file format with an hppa suffix.  There is nothing ordinary about SOM.

30 years ago * config/i386/{i386m3.mh,i386mk.mh}, config/mips/mipsm3.mh,
Jim Kingdon [Sat, 30 Oct 1993 13:42:43 +0000 (13:42 +0000)] 
* config/i386/{i386m3.mh,i386mk.mh}, config/mips/mipsm3.mh,
config/ns32k/ns32km3.mh: Change MMALLOC_LIB to MMALLOC.
* TODO: Update Mach stuff.

30 years ago * config/obj-coffbfd.c (obj_coff_init_stab_section): Append "str"
Jeff Law [Sat, 30 Oct 1993 07:15:46 +0000 (07:15 +0000)] 
    * config/obj-coffbfd.c (obj_coff_init_stab_section): Append "str"
        to stab section name to get the stab string section name.  Pass
        the full name of the stab string section to get_stab_string_offset.
        * config/obj-elf.c (obj_elf_init_stab_section): Likewise.

30 years agoput objcopy in alphabetical order
David MacKenzie [Sat, 30 Oct 1993 02:24:39 +0000 (02:24 +0000)] 
put objcopy in alphabetical order

30 years agoMore LynxOS support
Stan Shebs [Sat, 30 Oct 1993 00:16:25 +0000 (00:16 +0000)] 
More LynxOS support

30 years ago * gas/hppa/more.parse/parse.exp: Fix typos.
Jeff Law [Fri, 29 Oct 1993 23:34:37 +0000 (23:34 +0000)] 
* gas/hppa/more.parse/parse.exp: Fix typos.

30 years ago * gas/hppa/more.parse/calldatabug.s: Colonize.
Jeff Law [Fri, 29 Oct 1993 23:28:16 +0000 (23:28 +0000)] 
* gas/hppa/more.parse/calldatabug.s: Colonize.

30 years agouse xmalloc instead of malloc
David MacKenzie [Fri, 29 Oct 1993 23:13:10 +0000 (23:13 +0000)] 
use xmalloc instead of malloc

30 years ago * config/tc-hppa.c (md_begin): Disable "-R" option to fold
Jeff Law [Fri, 29 Oct 1993 21:09:43 +0000 (21:09 +0000)] 
    * config/tc-hppa.c (md_begin): Disable "-R" option to fold
        text and data segments.  Warn user "-R" is unsupported on the
        PA.

30 years agoBack out of last change. Instead:
Jeff Law [Fri, 29 Oct 1993 21:08:19 +0000 (21:08 +0000)] 
Back out of last change.  Instead:

        * config/tc-hppa.c (md_begin): Disable "-R" option to fold
        text and data segments.  Warn user "-R" is unsupported on the
        PA.

30 years ago * as.c (main): Disable "-R" option if NO_FOLD_DATA_AND_TEXT
Jeff Law [Fri, 29 Oct 1993 20:36:07 +0000 (20:36 +0000)] 
    * as.c (main): Disable "-R" option if NO_FOLD_DATA_AND_TEXT
        is defined.
        * config/tc-hppa.h (NO_FOLD_DATA_AND_TEXT): Define.  Folding
        of text and data segments fails miserably on the PA.

30 years ago * config/tc-hppa.h (NO_FOLD_DATA_AND_TEXT): Define. Folding
Jeff Law [Fri, 29 Oct 1993 20:35:44 +0000 (20:35 +0000)] 
    * config/tc-hppa.h (NO_FOLD_DATA_AND_TEXT): Define.  Folding
        of text and data segments fails miserably on the PA.

30 years ago * as.c (main): Disable "-R" option if NO_FOLD_DATA_AND_TEXT
Jeff Law [Fri, 29 Oct 1993 20:35:26 +0000 (20:35 +0000)] 
    * as.c (main): Disable "-R" option if NO_FOLD_DATA_AND_TEXT
        is defined.

30 years ago* TODO: Add idea for "disassemble" with source.
Jim Kingdon [Fri, 29 Oct 1993 19:36:32 +0000 (19:36 +0000)] 
* TODO: Add idea for "disassemble" with source.

30 years agomach 386 changes
David MacKenzie [Fri, 29 Oct 1993 19:30:11 +0000 (19:30 +0000)] 
mach 386 changes

30 years agotest
David MacKenzie [Fri, 29 Oct 1993 19:15:57 +0000 (19:15 +0000)] 
test

30 years agotest
David MacKenzie [Fri, 29 Oct 1993 19:05:11 +0000 (19:05 +0000)] 
test

30 years ago * ld.h (flag_is_*): Removed macros.
Ian Lance Taylor [Fri, 29 Oct 1993 19:02:26 +0000 (19:02 +0000)] 
* ld.h (flag_is_*): Removed macros.
* ldmain.c (enter_global_ref), ldsym.c (write_file_locals):
Consistently check the BFD symbol flags directly, rather than
using file_is_* macros.

30 years ago * defs.h, findvar.c (extract_floating, store_floating): New functions.
Jim Kingdon [Fri, 29 Oct 1993 18:16:33 +0000 (18:16 +0000)] 
* defs.h, findvar.c (extract_floating, store_floating): New functions.
* Move SWAP_TARGET_AND_HOST from defs.h to findvar.c because it is
now used only by extract_floating and store_floating.
* valprint.c (print_floating): Use unsigned arithmetic.  Use
extract_unsigned_integer instead of SWAP_TARGET_AND_HOST.
Change sizeof (float) to 4 and sizeof (double) to 8 (those are always
the relevant sizes for this code, which is in #ifdef IEEE_FLOAT).
* values.c (unpack_long, unpack_double, value_from_double),
valarith.c (value_binop), stabsread.c (define_symbol):
Use extract_floating and store_floating instead of
SWAP_TARGET_AND_HOST.
* config/m68k/tm-m68k.h, config/i960/tm-i960.h (REGISTER_CONVERT_*):
Use extract_floating and store_floating.
* config/m88k/tm-m88k.h: Add comments (it should be doing the same).
* i386-tdep.c (i386_extract_return_value),
* remote-nindy.c (nindy_store_registers): Use store_floating.

30 years agoRename a variable that conflicts with Lynx
Stan Shebs [Fri, 29 Oct 1993 18:15:01 +0000 (18:15 +0000)] 
Rename a variable that conflicts with Lynx

30 years ago * bfd-in.h: Added commands for object file flag values.
Ian Lance Taylor [Fri, 29 Oct 1993 18:04:58 +0000 (18:04 +0000)] 
* bfd-in.h: Added commands for object file flag values.
* bfd-in2.h: Rebuilt.
* elfcode.h (elf_object_p): If type is ET_DYN, set DYNAMIC flag,
not EXEC_P.
* bout.c, coff-h8300.c, coff-sh.c: Add BFD_IS_RELAXABLE to
object_flags field for target vector.
* aix386-core.c, aout-adobe.c, aout-target.h, bout.c, coff-a29k.c,
coff-alpha.c, coff-apollo.c, coff-h8300.c, coff-h8500.c,
coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c,
coff-rs6000.c, coff-sh.c, coff-we32k.c, coff-z8k.c, hpux-core.c,
ieee.c, mipsbsd.c, nlm-target.h, oasys.c, osf-core.c, som.c,
srec.c, tekhex.c, trad-core.c: Remove DYNAMIC from object_flags
field for target vector.

30 years ago * remote-sim.c (gdbsim_store_register): Change var name so
Steve Chamberlain [Fri, 29 Oct 1993 16:35:22 +0000 (16:35 +0000)] 
* remote-sim.c (gdbsim_store_register):  Change var name so
it compiles with non-ANSI compilers.

30 years agoinitial mach3 386 support (not working yet)
David MacKenzie [Fri, 29 Oct 1993 15:28:30 +0000 (15:28 +0000)] 
initial mach3 386 support (not working yet)

30 years ago* TODO: Add idea for "disassemble" with source.
Jim Kingdon [Fri, 29 Oct 1993 13:16:56 +0000 (13:16 +0000)] 
* TODO: Add idea for "disassemble" with source.

30 years ago * Makefile.in (VERSION): Bump to 4.11.1 after release and cvs
Fred Fish [Fri, 29 Oct 1993 07:42:30 +0000 (07:42 +0000)] 
* Makefile.in (VERSION):  Bump to 4.11.1 after release and cvs
tagging.

30 years ago * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.
Jeff Law [Fri, 29 Oct 1993 05:22:27 +0000 (05:22 +0000)] 
    * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.
        * gas/hppa/*/*.exp: New test drivers.
        * gas/hppa/*/*.s: New test files.

30 years agoUnsorted PA tests.
Jeff Law [Fri, 29 Oct 1993 05:21:18 +0000 (05:21 +0000)] 
Unsorted PA tests.

30 years agoQuick description of test directory contents.
Jeff Law [Fri, 29 Oct 1993 05:20:11 +0000 (05:20 +0000)] 
Quick description of test directory contents.

30 years agoRelocation tests for the PA.
Jeff Law [Fri, 29 Oct 1993 05:14:07 +0000 (05:14 +0000)] 
Relocation tests for the PA.

30 years agoAdditional parsing tests for PA gas.
Jeff Law [Fri, 29 Oct 1993 05:06:18 +0000 (05:06 +0000)] 
Additional parsing tests for PA gas.

30 years ago * gas/hppa/basic: New directory.
Jeff Law [Fri, 29 Oct 1993 04:58:03 +0000 (04:58 +0000)] 
    * gas/hppa/basic: New directory.
        * gas/hppa/basic/basic.exp: New test driver.
        * gas/hppa/basic/*.s: New test files.

30 years agoKeep hppa test directory.
Jeff Law [Fri, 29 Oct 1993 04:56:45 +0000 (04:56 +0000)] 
Keep hppa test directory.

30 years agoBasic hppa GAS testsuite.
Jeff Law [Fri, 29 Oct 1993 04:55:51 +0000 (04:55 +0000)] 
Basic hppa GAS testsuite.

30 years agoAdd new hppa directory.
Jeff Law [Fri, 29 Oct 1993 04:54:51 +0000 (04:54 +0000)] 
Add new hppa directory.

30 years ago * ar.c (main): Always create the archive when quick appending,
Stan Shebs [Fri, 29 Oct 1993 02:48:19 +0000 (02:48 +0000)] 
  * ar.c (main): Always create the archive when quick appending,
  even if no input files have been given.

30 years agoSparc COFF support
Stan Shebs [Fri, 29 Oct 1993 02:39:41 +0000 (02:39 +0000)] 
Sparc COFF support

30 years agoSparc Lynx support
Stan Shebs [Fri, 29 Oct 1993 02:39:07 +0000 (02:39 +0000)] 
Sparc Lynx support

30 years agoMinor changes, plus definitions for Sparc Lynx host.
Stan Shebs [Fri, 29 Oct 1993 02:03:32 +0000 (02:03 +0000)] 
Minor changes, plus definitions for Sparc Lynx host.

30 years agoA number of minor Lynx-related changes, plus basic Sparc Lynx support.
Stan Shebs [Fri, 29 Oct 1993 02:01:43 +0000 (02:01 +0000)] 
A number of minor Lynx-related changes, plus basic Sparc Lynx support.

30 years ago * TODO: Add section on Mach. Stop calling it a "bug list".
Jim Kingdon [Fri, 29 Oct 1993 01:29:21 +0000 (01:29 +0000)] 
* TODO: Add section on Mach.  Stop calling it a "bug list".
Remove John's name and email address.  Remove item on "always"
("hook-stop" takes care of this).  Remove item on executables with
no symbols (this works on some machines, at least).  Remove item
about calling error() during symbol reading (I think all the important
ones have been cleaned up).  Revise items about signals and remote
systems.  Remove section on ^Z requiring several continues to make
it go (this now works.  Perhaps the item is based on confusion over
programs (like GDB itself) which catch SIGTSTP and then re-send
themselves the signal.  PR 2575 might contain relevant info).

30 years agoFirst cut at Sparc coff definition.
Stan Shebs [Fri, 29 Oct 1993 01:03:08 +0000 (01:03 +0000)] 
First cut at Sparc coff definition.

30 years ago * config/tc-hppa.c (md_pseudo_table): Default alignment is 8 for
Jeff Law [Fri, 29 Oct 1993 01:01:35 +0000 (01:01 +0000)] 
* config/tc-hppa.c (md_pseudo_table): Default alignment is 8 for
.align and .ALIGN directives.

30 years ago * NEWS: Note improvements in C++ support, preliminary thread
Fred Fish [Fri, 29 Oct 1993 00:52:25 +0000 (00:52 +0000)] 
* NEWS:  Note improvements in C++ support, preliminary thread
implementation, and LynxOS native and target support for 386.

30 years agoclarify reason for -sort-common
David MacKenzie [Fri, 29 Oct 1993 00:30:51 +0000 (00:30 +0000)] 
clarify reason for -sort-common

30 years ago * README: Add note from Peter Schauer about OSF/1 shared
Fred Fish [Fri, 29 Oct 1993 00:24:56 +0000 (00:24 +0000)] 
* README:  Add note from Peter Schauer about OSF/1 shared
libraries.  Add note from Pace Willisson about configuring on BSDI
BSD/386 release 1.0.  Update gdb references to gdb 4.11.

30 years ago * config/tc-hppa.c (pa_parse_space_stmt): Advance
Jeff Law [Thu, 28 Oct 1993 23:14:33 +0000 (23:14 +0000)] 
* config/tc-hppa.c (pa_parse_space_stmt): Advance
input_line_pointer when an invalid argument is encountered.

30 years agorun make check on stage 3 after *all* trees are built
Mark Eichin [Thu, 28 Oct 1993 21:54:44 +0000 (21:54 +0000)] 
run make check on stage 3 after *all* trees are built

30 years ago * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
Ian Lance Taylor [Thu, 28 Oct 1993 21:43:14 +0000 (21:43 +0000)] 
* a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.

30 years ago* NEWS: Add notes about Alpha and "set remotedebug" for UDI.
Jim Kingdon [Thu, 28 Oct 1993 21:25:31 +0000 (21:25 +0000)] 
* NEWS: Add notes about Alpha and "set remotedebug" for UDI.

30 years ago * config/tc-hppa.c (pa_space): Do not report an error for a .space
Jeff Law [Thu, 28 Oct 1993 20:49:19 +0000 (20:49 +0000)] 
* config/tc-hppa.c (pa_space): Do not report an error for a .space
directive which does not define a "well-known" space and does
not include a space number as an argument.

* config/tc-hppa.c (pa_def_subspaces): Correct initialization of the
"defined", "loadable", "code_only" and "space_index" fields.
(pa_def_spaces): Correct initialization of the "spnum", "defined",
and "private" fields.

* write.h (struct fix): Add new tc_fix_data field for the various
backends to attach machine dependent fixup information to.
* write.c (fix_new_internal): Initialize new tc_fix_data field.
* config/tc-hppa.c (hppa_fix_struct): Delete unnecessary fix_fixP and
fx_next fields.
(hppa_find_hppa_fix): Delete unnecessary function.  Fix all
callers to get HPPA fixup information from the tc_fix_data field
in the GAS fixup.
(hppa_fix_root): Delete unnecessary variable.
(fix_new_hppa): Attach HPPA fixup data to the GAS fixup.

* config/tc-hppa.c (pa_set_start_symbol); Delete unwanted
function.  Fix all callers.
(subspace_dictionary_chain): Delete unused ssd_start_sym field.

* config/tc-hppa.c (hppa_fix_adjustable): New function to determine
if a particular fixup is adjustable.
* config/tc-hppa.h (tc_fix_adjustable): Call hppa_fix_adjustable to
perform the real work.

* config/tc-hppa.h (RELOC_EXPANSION_POSSIBLE): Move definition out
of OBJ_XXX conditionals.
(MAX_RELOC_EXPANSION): Likewise.

* config/tc-hppa.c (log2): Renamed from is_power_of_2.  Fix all
callers. Now returns log2 (N) for positive N which are an exact
power of two or -1 for an error.

* config/tc-hppa.c (pa_callinfo): Range check values provided for
ENTRY_GR, ENTRY_FR and ENTRY_SR.  Properly adjust vaues before
inserting them into the unwind table.

* config/tc-hppa.c (NEEDS_FIXUP): Delete definition and all references.
(hppa_gen_reloc_type): New object format dependent macro.
(pa_ip): Delete tons of code which was either OBJ_SOM or OBJ_ELF
conditional.  The code can (and will) be shared between SOM & ELF
formats in the near future.
(cons_fix_new_hppa, md_apply_fix_1): Likewise.
(pa_build_unwind_subspace, process_exit, pa_exit): Likewise.
(tc_gen_reloc): Use hppa_gen_reloc rather than an object format
specific call.

* config/tc-hppa.c (pa_comm): Set the segment for a common symbol
to bfd_und_section.

* config/obj-elf.h (obj_elf_version): Add extern prototype.

* configure.in (hppa-*-bsd*): New configuration.
BFD is always used for GAS generating SOM objects.

* write.c (adjust_reloc_syms): Set sy_used_in_reloc if an
adjustment is rejected by the target machine.

* config/tc-hppa.c (pa_big_cons): Delete function and its
declaration.  All callers changed to use pa_cons.

* write.c (fixup_segment): Fix indention and open/close brace
problem.

From Pete Hoogenboom:
* config/tc-hppa.c (md_atof): Return a NULL on success rather than
an empty string.

30 years ago Merge with current Utah code:
Jeff Law [Thu, 28 Oct 1993 20:43:13 +0000 (20:43 +0000)] 
Merge with current Utah code:
        * config/tc-hppa.h (tc_fix_adjustable): Call hppa_fix_adjustable to
        perform the real work.

        * config/tc-hppa.h (RELOC_EXPANSION_POSSIBLE): Move definition out
        of OBJ_XXX conditionals.
        (MAX_RELOC_EXPANSION): Likewise.

30 years ago Merge with current Utah code:
Jeff Law [Thu, 28 Oct 1993 20:41:49 +0000 (20:41 +0000)] 
Merge with current Utah code:
        * config/tc-hppa.c (pa_space): Do not report an error for a .space
        directive which does not define a "well-known" space and does
        not include a space number as an argument.

        * config/tc-hppa.c (pa_def_subspaces): Correct initialization of the
        "defined", "loadable", "code_only" and "space_index" fields.
        (pa_def_spaces): Correct initialization of the "spnum", "defined",
        and "private" fields.

* config/tc-hppa.c (hppa_fix_struct): Delete unnecessary fix_fixP and
        fx_next fields.
        (hppa_find_hppa_fix): Delete unnecessary function.  Fix all
        callers to get HPPA fixup information from the tc_fix_data field
        in the GAS fixup.
        (hppa_fix_root): Delete unnecessary variable.
        (fix_new_hppa): Attach HPPA fixup data to the GAS fixup.

        * config/tc-hppa.c (pa_set_start_symbol); Delete unwanted
        function.  Fix all callers.
        (subspace_dictionary_chain): Delete unused ssd_start_sym field.

        * config/tc-hppa.c (hppa_fix_adjustable): New function to determine
        if a particular fixup is adjustable.

        * config/tc-hppa.c (log2): Renamed from is_power_of_2.  Fix all
        callers. Now returns log2 (N) for positive N which are an exact
        power of two or -1 for an error.

        * config/tc-hppa.c (pa_callinfo): Range check values provided for
        ENTRY_GR, ENTRY_FR and ENTRY_SR.  Properly adjust vaues before
        inserting them into the unwind table.

        * config/tc-hppa.c (NEEDS_FIXUP): Delete definition and all references.
        (hppa_gen_reloc_type): New object format dependent macro.
        (pa_ip): Delete tons of code which was either OBJ_SOM or OBJ_ELF
        conditional.  The code can (and will) be shared between SOM & ELF
        formats in the near future.
        (cons_fix_new_hppa, md_apply_fix_1): Likewise.
        (pa_build_unwind_subspace, process_exit, pa_exit): Likewise.
        (tc_gen_reloc): Use hppa_gen_reloc rather than an object format
        specific call.

        * config/tc-hppa.c (pa_comm): Set the segment for a common symbol
        to bfd_und_section.

        * config/tc-hppa.c (pa_big_cons): Delete function and its
        declaration.  All callers changed to use pa_cons.

        From Pete Hoogenboom:
        * config/tc-hppa.c (md_atof): Return a NULL on success rather than
        an empty string.

30 years ago gcc -Wall lint:
Ian Lance Taylor [Thu, 28 Oct 1993 20:36:48 +0000 (20:36 +0000)] 
gcc -Wall lint:
* coff-h8300.c (h8300_reloc16_estimate): Declare return type.
Remove useless statement probably left by code copy.
* cpu-i960.c (compatible): Fully bracket matrix initializer.
* elf32-hppa.c (hppa_elf_build_arg_reloc_stub): Use bfd_xmalloc
rather than xmalloc.  Use realloc and check the return value
rather than xrealloc.
(hppa_elf_get_section_contents): Add some casts.
* elf32-i386.c (elf_i386_reloc_type_lookup): Remove unused
variable.  Add default case to switch.
* hp300hpux.c: Declare aout_32_write_syms.
* i386bsd.c, i386linux.c, netbsd386.c (N_SHARED_LIB): Define as 0
(definition from aout/aout64.h is always 0 anyhow).
* i386lynx.c (swap_std_reloc_in): Remove unused variable.
* ieee.c (ieee_write_id): length can never be negative.
(read_id): Likewise.
(ieee_archive_p): Remove unused variable.
* libcoff-in.h (bfd_perform_slip): Declare.
* libcoff.h: Rebuilt.
* oasys.c (oasys_write_sections): Remove zero initialization of
static structure.
* reloc16.c: Indentation change.

30 years ago * Makefile.in: Add dependency for $(EMULATION_OFILES).
Ian Lance Taylor [Thu, 28 Oct 1993 18:09:20 +0000 (18:09 +0000)] 
* Makefile.in: Add dependency for $(EMULATION_OFILES).

30 years ago * config/tc-a29k.c (md_begin): When opcodes are mashed together in
Ian Lance Taylor [Thu, 28 Oct 1993 17:14:16 +0000 (17:14 +0000)] 
* config/tc-a29k.c (md_begin): When opcodes are mashed together in
the table, require that the one without bit 0x1000000 set come
first.  Require further that it be case 'b' or 'P'.  The a29k
opcode table already meets these constraints.
(machine_ip): When handling case 'i' or 'A', make sure that the
appropriate opcode really exists by looking at the next entry in
the opcode table.

30 years ago * config/i386/{i386m3.mt,i386m3.mh},
Jim Kingdon [Thu, 28 Oct 1993 15:04:40 +0000 (15:04 +0000)] 
* config/i386/{i386m3.mt,i386m3.mh},
config/mips/{mipsm3.mt,mipsm3.mh},
config/ns32k/{ns32km3.mt,ns32km3.mh}: Use correct names for TM_FILE
and XM_FILE.  Replace host files *mach3-xdep.o with native
files *m3-nat.o.  Replace host file os-mach3.o with native
file m3-nat.o.

30 years ago * valops.c (value_assign): Change bitfield code to use a buffer of
Jim Kingdon [Thu, 28 Oct 1993 14:27:39 +0000 (14:27 +0000)] 
* valops.c (value_assign): Change bitfield code to use a buffer of
the correct size, rather than an int.

30 years ago * configure.in, config/i386-mach3.mt: Update for new configuration
Jim Kingdon [Thu, 28 Oct 1993 04:05:28 +0000 (04:05 +0000)] 
* configure.in, config/i386-mach3.mt: Update for new configuration
(--with-targets and so on).
* hosts/i386mach3.h: Declare errno.
* targets.c: Declare i386mach3_vec.

30 years ago * config/tc-m68k.c (m68k_ip): Adjust offsets for PC relative
Ian Lance Taylor [Wed, 27 Oct 1993 22:23:16 +0000 (22:23 +0000)] 
* config/tc-m68k.c (m68k_ip): Adjust offsets for PC relative
fixups.  Add 6 for long 7.3 case, 2 for short 7.2 case.

30 years ago * config/i386/{i386m3.mt,i386m3.mh}: Use correct names for TM_FILE
Jim Kingdon [Wed, 27 Oct 1993 22:06:52 +0000 (22:06 +0000)] 
* config/i386/{i386m3.mt,i386m3.mh}: Use correct names for TM_FILE
and XM_FILE.  Replace host file i386mach3-xdep.o with native file
i386m3-nat.o.

30 years ago* stabs.texinfo (Class Names): New node.
Jim Kingdon [Wed, 27 Oct 1993 21:40:36 +0000 (21:40 +0000)] 
* stabs.texinfo (Class Names): New node.

30 years ago * remote-udi.c: Remove LOG_FILE stuff; superceded by "set remotedebug".
Jim Kingdon [Wed, 27 Oct 1993 20:35:25 +0000 (20:35 +0000)] 
* remote-udi.c: Remove LOG_FILE stuff; superceded by "set remotedebug".
* remote-mon.c: Remove commented out "set remotedebug" command.
* remote-nindy.c: Clean up comment about wanting alternative to
options specified on the GDB command line.

30 years ago * fork-child.c (fork_inferior): Set inferior_pid before calling
Jim Kingdon [Wed, 27 Oct 1993 19:30:27 +0000 (19:30 +0000)] 
* fork-child.c (fork_inferior): Set inferior_pid before calling
init_trace_fun.  Move the code which gets us through the shell
to new function startup_inferior.
* inferior.h: Declare startup_inferior.
* procfs.c (procfs_init_inferior), inftarg.c (ptrace_him):
Call startup_inferior.
* m3-nat.c (m3_trace_him): Call intercept_exec_calls.
* config/nm-m3.h: Don't define STARTUP_INFERIOR.
* config/i386/tm-i386m3.h, config/ns32k/tm-ns32k.h,
config/mips/tm-mipsm3.h: Don't define START_INFERIOR_TRAPS_EXPECTED.

30 years ago* m68k-stub.c: Change vector 13 from SIGFPE to SIGBUS.
Jim Kingdon [Wed, 27 Oct 1993 18:48:50 +0000 (18:48 +0000)] 
* m68k-stub.c: Change vector 13 from SIGFPE to SIGBUS.

30 years ago * config/obj-ecoff.c (obj_ecoff_ent): Ignore an optional number
Ian Lance Taylor [Wed, 27 Oct 1993 18:47:40 +0000 (18:47 +0000)] 
* config/obj-ecoff.c (obj_ecoff_ent): Ignore an optional number
after a .ent directive.

30 years ago* gdb.texinfo (Command Files): Explain order of init file reading.
Jim Kingdon [Wed, 27 Oct 1993 18:26:40 +0000 (18:26 +0000)] 
* gdb.texinfo (Command Files): Explain order of init file reading.

30 years agoadd support for aviion
David D. Zuhn [Wed, 27 Oct 1993 17:46:16 +0000 (17:46 +0000)] 
add support for aviion

30 years agoTook case '>' out of macro_build again to avoid confusion. Use & 0x1f
Ian Lance Taylor [Wed, 27 Oct 1993 16:54:54 +0000 (16:54 +0000)] 
Took case '>' out of macro_build again to avoid confusion.  Use & 0x1f
on the shift count rather than % 32.

30 years ago * nlmcode.h (nlm_swap_auxiliary_headers_in,
Ian Lance Taylor [Wed, 27 Oct 1993 16:21:30 +0000 (16:21 +0000)] 
* nlmcode.h (nlm_swap_auxiliary_headers_in,
nlm_swap_auxiliary_headers_out): Handle sharedDebugRecordOffset
and sharedDebugRecordCount fields.

30 years ago * nlmconv.c (main): Set sharedDebugRecordOffset and
Ian Lance Taylor [Wed, 27 Oct 1993 16:21:14 +0000 (16:21 +0000)] 
* nlmconv.c (main): Set sharedDebugRecordOffset and
sharedDebugRecordCount fields in extended header.

30 years ago* gdb.texinfo (Command Files): Explain order of init file reading.
Jim Kingdon [Wed, 27 Oct 1993 16:20:51 +0000 (16:20 +0000)] 
* gdb.texinfo (Command Files): Explain order of init file reading.

30 years ago * nlmconv.c (main): Force moduleName field to upper case.
Ian Lance Taylor [Wed, 27 Oct 1993 16:06:56 +0000 (16:06 +0000)] 
* nlmconv.c (main): Force moduleName field to upper case.

30 years ago * config/tc-mips.c (macro_build): Handle '>' case (shift amount
Ian Lance Taylor [Wed, 27 Oct 1993 15:52:03 +0000 (15:52 +0000)] 
* config/tc-mips.c (macro_build): Handle '>' case (shift amount
between 32 and 63 for double shift instruction).
(mips_ip): Likewise.
(printInsn): Likewise.

30 years ago * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts
Ian Lance Taylor [Wed, 27 Oct 1993 15:52:00 +0000 (15:52 +0000)] 
* mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts
larger than 32.  Moved dsxx32 variants first for disassembler.

30 years ago * common.h (NLM_SIGNATURE): Do not define (it's different for each
Ian Lance Taylor [Wed, 27 Oct 1993 15:46:57 +0000 (15:46 +0000)] 
* common.h (NLM_SIGNATURE): Do not define (it's different for each
backend).

Also minor comment changes to internal.h and external.h.

30 years ago * remote.texi (Bootstrapping): Talk about getting the serial driver
Jim Kingdon [Wed, 27 Oct 1993 05:48:39 +0000 (05:48 +0000)] 
* remote.texi (Bootstrapping): Talk about getting the serial driver
to deal with ^C sent by gdb to stop the remote system.

30 years ago * remote.texi (Bootstrapping): Talk about getting the serial driver
Jim Kingdon [Wed, 27 Oct 1993 05:31:10 +0000 (05:31 +0000)] 
* remote.texi (Bootstrapping): Talk about getting the serial driver
to deal with ^C sent by gdb to stop the remote system.

30 years ago* mips-tdep.c (mips_pop_frame): If proc_desc is NULL, don't dump core.
Jim Kingdon [Wed, 27 Oct 1993 05:21:01 +0000 (05:21 +0000)] 
* mips-tdep.c (mips_pop_frame): If proc_desc is NULL, don't dump core.

30 years agoGet rid of "Sanitize for-fsf" stuff; it didn't get the right results.
Ken Raeburn [Tue, 26 Oct 1993 23:21:17 +0000 (23:21 +0000)] 
Get rid of "Sanitize for-fsf" stuff; it didn't get the right results.

30 years ago * configure.in: Produce warning message for subdirectories not
Ken Raeburn [Tue, 26 Oct 1993 23:02:18 +0000 (23:02 +0000)] 
* configure.in: Produce warning message for subdirectories not
configurable for this host/target combination.  Don't try to
configure gdb for vms.
(Needed for FSF releases.  Should be harmless for ours.)

30 years ago gcc -Wall lint:
Jim Kingdon [Tue, 26 Oct 1993 22:16:07 +0000 (22:16 +0000)] 
gcc -Wall lint:
* nlmread.c: Include stabsread.h.
* Makefile.in: Update dependencies.

30 years ago * config/tc-ns32k.c (tc_aout_fix_to_chars): Output the symbol
Ian Lance Taylor [Tue, 26 Oct 1993 22:10:37 +0000 (22:10 +0000)] 
* config/tc-ns32k.c (tc_aout_fix_to_chars): Output the symbol
number in the right place.  Untested.  Probably does not work for
cross assembly.  From cagney@cs.adelaide.edu.au (Andrew Cagney).

30 years ago * config/tc-m68k.c (md_apply_fix_2): Error if a short branch uses
Ian Lance Taylor [Tue, 26 Oct 1993 21:58:41 +0000 (21:58 +0000)] 
* config/tc-m68k.c (md_apply_fix_2): Error if a short branch uses
an illegal offset of 0 or -1.

30 years ago * targets.c (target_vector): Remove SCO_CORE. On Sep 11 1993,
Jim Kingdon [Tue, 26 Oct 1993 21:36:00 +0000 (21:36 +0000)] 
* targets.c (target_vector): Remove SCO_CORE.  On Sep 11 1993,
we started using trad-core.c for SCO instead.

* targets.c (target_vector): Re-enable generic ELF and NLM targets.

30 years ago * config/obj-elf.c (obj_elf_init_stab_section): Align .stab
Ian Lance Taylor [Tue, 26 Oct 1993 21:01:15 +0000 (21:01 +0000)] 
* config/obj-elf.c (obj_elf_init_stab_section): Align .stab
section to a longword boundary.

30 years ago * elfcode.h (assign_file_position_for_section): Align sh_offset to
Ian Lance Taylor [Tue, 26 Oct 1993 20:58:54 +0000 (20:58 +0000)] 
* elfcode.h (assign_file_position_for_section): Align sh_offset to
sh_addralign (this is what UnixWare does, and it shouldn't hurt).

30 years ago * remote.c: Change PBUFSIZ back to 400. John's 28 Feb 1992 change
Jim Kingdon [Tue, 26 Oct 1993 20:41:35 +0000 (20:41 +0000)] 
* remote.c: Change PBUFSIZ back to 400.  John's 28 Feb 1992 change
to increase it broke the ability to write large chunks of memory
with m68k-stub and i386-stub.  Now we only use more than 400 on
machines where we need that much to write the registers.
* remote.c (remote_write_bytes): Eliminate possible abort().  The
check for when to abort was off by a few bytes and besides which,
it is handled by MAXBUFBYTES, which the caller uses.
* m68k-stub.c: Add comments about trap #1 and trap #8 instructions.

30 years ago* Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
David Edelsohn [Tue, 26 Oct 1993 18:01:45 +0000 (18:01 +0000)] 
* Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
* interp.c: #include "remote-sim.h".
(sim_resume): int result, new arg `siggnal'.
(sim_write): Use SIM_ADDR for type of arg `addr'.
(sim_read): Use SIM_ADDR for type of arg `addr'.
Use unsigned char * for `buffer'.
(sim_store_register): int result.
(sim_fetch_register): Ditto.
(sim_stop_reason): Renamed from sim_stop_signal.  New arg `reason'.
(sim_set_pc): int result, use SIM_ADDR for type of arg `x'.
(sim_info): int result, new args `verbose', `printf_fn'.
(sim_kill): int result.
(sim_open): int result, new arg `name'.
* run.c: #include <stdio.h>
(main): Update call to sim_info.

30 years agoMakefile.in, tc-hppa.c changes
Ken Raeburn [Tue, 26 Oct 1993 17:32:49 +0000 (17:32 +0000)] 
Makefile.in, tc-hppa.c changes

30 years agolist a bunch of files known to get deleted
Ken Raeburn [Tue, 26 Oct 1993 17:30:47 +0000 (17:30 +0000)] 
list a bunch of files known to get deleted

30 years agoShow full pathnames.
Ken Raeburn [Tue, 26 Oct 1993 17:29:39 +0000 (17:29 +0000)] 
Show full pathnames.
For "safe" case, move tc-sparc64 files into .Recover, instead of deleting them.

30 years ago(tc_gen_reloc): ELF32_HPPA_R_ADDEND -> HPPA_R_ADDEND.
Ken Raeburn [Tue, 26 Oct 1993 17:26:23 +0000 (17:26 +0000)] 
(tc_gen_reloc): ELF32_HPPA_R_ADDEND -> HPPA_R_ADDEND.

30 years agoFrom Jeff Law and Pete Hoogenboom at Utah:
Ken Raeburn [Tue, 26 Oct 1993 17:22:20 +0000 (17:22 +0000)] 
From Jeff Law and Pete Hoogenboom at Utah:

* elf32-hppa.h (hppa_elf_stub_finish): Add prototype.
(ELF32_HPPA_R_ARG_RELOC): Renamed without the ELF32 prefix
and moved into libhppa.h.  All references changed.
(ELF32_HPPA_R_CONSTANT, ELF32_HPPA_R_ADDEND): Likewise.
(get_opcode and opcode defines): Move into libhppa.h
* elf32-hppa.c (hppa_elf_insn2fmt): Rename and move info libhppa.h.
* libhppa.h (HPPA_R_*): Moved here.  Reformatted slightly to make for easier
reading.
(get_opcode): Moved here.  FIXME! this really should be a C function
inside the opcode library!
(bfd_hppa_insn2fmt): Likewise.

* targets.c (target_vector): Enable elf32-hppa vector.

* elf32-hppa.c (hppa_elf_get_section_contents): Add new comments and clarify
existing comments.  Do not use DEFUN to declare this function.  Fix numerous
indention problems.  Correctly handle cases where symbol extension section may
need to be read from disk, read from memory, or built then read from memory.

* elf32-hppa.h: Reformat with gnu-indent and hand fix numerous
formatting and indention problems gnu-indent can not handle.
Clarify some comments about relocation types.  Comment basic
relocation "classes".  Group PARAM declarations together.
(HPPA_SXT_{NULL, SYMNDX, RG_RELOC}): Make members of a new
enumerated type rather than #defines.

30 years ago* Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
David Edelsohn [Tue, 26 Oct 1993 17:01:03 +0000 (17:01 +0000)] 
* Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
* compile.c: #include "remote-sim.h".
(sim_resume): New arg siggnal.
(sim_write): Use SIM_ADDR for type of arg addr.  Always return a value.
(sim_read): Ditto.
(sim_store_register): Result is type int.
(sim_fetch_register): Ditto.
(sim_stop_reason): Renamed from sim_stop_signal.
(sim_set_pc): Use SIM_ADDR for type of arg pc.
(sim_info): int result, new arg printf_fn.
(sim_kill): int result.
(sim_open): int result, new arg name.
* run.c (main): Use sim_set_pc to set pc.  Update call to sim_info.

30 years ago* remote-sim.h (SIM_ADDR): New type (same as CORE_ADDR).
David Edelsohn [Tue, 26 Oct 1993 16:34:01 +0000 (16:34 +0000)] 
* remote-sim.h (SIM_ADDR): New type (same as CORE_ADDR).
(sim_set_pc): Update prototype.
(sim_read, sim_write): Ditto, and use unsigned char *buf.
(sim_fetch_register, sim_store_register): Use unsigned char *buf.
(sim_info): Pass printf function as argument, add verbose argument.
(sim_stop_reason): Renamed from sim_stop_signal, fix prototype.
* remote-sim.c (gdbsim_wait): Update call to sim_stop_reason.
(gdbsim_files_info): Update call to sim_info.

30 years ago * valops.c (value_assign): Call reinit_frame_cache when assigning
Jim Kingdon [Tue, 26 Oct 1993 15:49:39 +0000 (15:49 +0000)] 
* valops.c (value_assign): Call reinit_frame_cache when assigning
to a register.

30 years ago * som.c (hppa_object_setup): Set SEC_CODE for .text section so
Stu Grossman [Tue, 26 Oct 1993 09:42:15 +0000 (09:42 +0000)] 
* som.c (hppa_object_setup):  Set SEC_CODE for .text section so
that GDB can figure out text_start and text_end.

30 years ago * infrun.c (wait_for_inferior): Fix PC out of objfile bounds
Stu Grossman [Tue, 26 Oct 1993 01:13:28 +0000 (01:13 +0000)] 
* infrun.c (wait_for_inferior):  Fix PC out of objfile bounds
check to just use stop_func_name == 0.

30 years ago * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
Stu Grossman [Mon, 25 Oct 1993 22:28:46 +0000 (22:28 +0000)] 
* gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.

30 years ago * infrun.c (wait_for_inferior): Fix PC out of subroutine bounds
Stu Grossman [Mon, 25 Oct 1993 22:24:02 +0000 (22:24 +0000)] 
* infrun.c (wait_for_inferior):  Fix PC out of subroutine bounds
check to use prev_func_start/end instead of stop_func_start/end.
* remote-udi.c (store_register):  Invalidate NPC/PC_REGNUM after
changing PC.

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