deliverable/binutils-gdb.git
27 years agominimal setf support
J.T. Conklin [Thu, 22 Aug 1996 06:33:27 +0000 (06:33 +0000)] 
minimal setf support

27 years agoparse [reg], lo(exp), and hi(exp)
J.T. Conklin [Thu, 22 Aug 1996 05:30:14 +0000 (05:30 +0000)] 
parse [reg], lo(exp), and hi(exp)

27 years agoStub in load and store insns. Fix order of jarl operands
J.T. Conklin [Thu, 22 Aug 1996 05:29:14 +0000 (05:29 +0000)] 
Stub in load and store insns.  Fix order of jarl operands

27 years ago * configure: Fix three locations where shell scripts were
Fred Fish [Thu, 22 Aug 1996 02:51:34 +0000 (02:51 +0000)] 
* configure: Fix three locations where shell scripts were
being run directly rather than with config_shell.

27 years agoArggh. B3. shift counts are from the start of each half-word apparently.
Jeff Law [Thu, 22 Aug 1996 02:20:08 +0000 (02:20 +0000)] 
Arggh.  B3.  shift counts are from the start of each half-word apparently.

27 years agoFix thinko in B3.
Jeff Law [Thu, 22 Aug 1996 02:18:07 +0000 (02:18 +0000)] 
Fix thinko in B3.

27 years ago * v850-opc.c (v850_operands): Add "B3" support.
Jeff Law [Thu, 22 Aug 1996 02:08:02 +0000 (02:08 +0000)] 
    * v850-opc.c (v850_operands): Add "B3" support.
        (v850_opcodes): Fix and enable "set1", "clr1", "not1"
        and "tst1".

27 years ago * v850-ope.c ("jmp"): R1 is only operand.
Jeff Law [Thu, 22 Aug 1996 01:39:22 +0000 (01:39 +0000)] 
    * v850-ope.c ("jmp"): R1 is only operand.

27 years ago * v850-opc.c: Close unterminated comment.
Jeff Law [Thu, 22 Aug 1996 00:46:47 +0000 (00:46 +0000)] 
    * v850-opc.c: Close unterminated comment.
Something -Wall caught.

27 years ago* v850.h (v850_operands): Add flags field.
J.T. Conklin [Thu, 22 Aug 1996 00:46:17 +0000 (00:46 +0000)] 
* v850.h (v850_operands): Add flags field.
(OPERAND_REG, OPERAND_NUM): Defined.

27 years ago* v850-opc.c: Add flags field to struct v850_operands, add move
J.T. Conklin [Thu, 22 Aug 1996 00:35:28 +0000 (00:35 +0000)] 
* v850-opc.c: Add flags field to struct v850_operands, add move
opcodes to opcode table.

27 years ago* config/tc-v850.c: New file.
J.T. Conklin [Wed, 21 Aug 1996 23:37:04 +0000 (23:37 +0000)] 
* config/tc-v850.c: New file.
* config/tc-v850.h: New file.
* configure (v850-*-elf): New target.
* configure.in (v850-*-elf): New target.

27 years agoWed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
Martin Hunt [Wed, 21 Aug 1996 22:53:53 +0000 (22:53 +0000)] 
Wed Aug 21 15:50:54 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>

* c-d10v.texi: New file.
* all.texi: Added D10V stuff.
* as.texinfo: Added D10V stuff.

27 years agoWed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
Martin Hunt [Wed, 21 Aug 1996 22:53:14 +0000 (22:53 +0000)] 
Wed Aug 21 15:50:54 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>

* doc/c-d10v.texi: New file.
* doc/all.texi: Added D10V stuff.
* doc/as.texinfo: Added D10V stuff.

27 years agotweak last patch
Ian Lance Taylor [Wed, 21 Aug 1996 20:10:54 +0000 (20:10 +0000)] 
tweak last patch

27 years ago * scripttempl/elf.sc: Put .gnu.linkonce* sections in .text.
Ian Lance Taylor [Wed, 21 Aug 1996 18:27:28 +0000 (18:27 +0000)] 
* scripttempl/elf.sc: Put .gnu.linkonce* sections in .text.

27 years ago * aclocal.m4: Include ../bfd/aclocal.m4.
Ian Lance Taylor [Wed, 21 Aug 1996 01:02:53 +0000 (01:02 +0000)] 
* aclocal.m4: Include ../bfd/aclocal.m4.
* configure.in: Add stdlib.h to AC_CHECK_HEADERS.  Call
BFD_NEED_DECLARATION on malloc, realloc, and free.
* acconfig.h: Add NEED_DECLARATION_MALLOC,
NEED_DECLARATION_REALLOC, and NEED_DECLARATION_FREE.
* configure, config.in: Rebuild.
* defs.h: Include <stddef.h> and <stdlib.h> based on HAVE_*_H
rather than __STDC__.  Only declare malloc, realloc, and free if
NEED_DECLARATION_* is defined.

27 years ago * solib.c (_initialize_solib): Add missing '\' chars at ends of
Fred Fish [Tue, 20 Aug 1996 22:56:22 +0000 (22:56 +0000)] 
* solib.c (_initialize_solib): Add missing '\' chars at ends of
  strings that continue on next line.
(enable_break): Replace "return 0" with setting success to zero
  and letting normal return handle the return.
Fix for 96q4 bug 003

27 years ago* Makefile.in (ALL_MACHINES): Add cpu-v850.o.
J.T. Conklin [Tue, 20 Aug 1996 22:09:25 +0000 (22:09 +0000)] 
* Makefile.in (ALL_MACHINES): Add cpu-v850.o.
(BFD32_BACKENDS) Add elf32-v850.o.
* archures.c: Add bfd_v850_arch.
* bfd-in2.h: Add bfd_v850_arch.
* config.bfd (v850-*-*): New target.
* configure: (bfd_elf32_v850_vec) New vector.
* configure.in: (bfd_elf32_v850_vec) New vector.
* cpu-v850.c: New file.
* elf.c (prep_headers): Added case bfd_arch_v850.
* elf32-v850.c: New file.
* targets.c (bfd_elf32_v850_vec): New vector.

27 years ago* v850.h: New file.
J.T. Conklin [Tue, 20 Aug 1996 21:52:59 +0000 (21:52 +0000)] 
* v850.h: New file.

27 years ago* common.h (EM_CYGNUS_V850): Define.
J.T. Conklin [Tue, 20 Aug 1996 21:49:23 +0000 (21:49 +0000)] 
* common.h (EM_CYGNUS_V850): Define.

27 years ago* Makefile.in (ALL_MACHINES): Add v850-opc.o.
J.T. Conklin [Tue, 20 Aug 1996 21:45:02 +0000 (21:45 +0000)] 
* Makefile.in (ALL_MACHINES): Add v850-opc.o.
* configure: (bfd_v850v_arch) Add new case.
* configure.in: (bfd_v850_arch) Add new case.
* v850-opc.c: New file.

27 years ago* configure.in (v850-*-*): Set up initial $noconfigdirs.
J.T. Conklin [Tue, 20 Aug 1996 21:30:41 +0000 (21:30 +0000)] 
* configure.in (v850-*-*): Set up initial $noconfigdirs.
* config.sub (basic_machine): Recognize v850.

27 years agoTue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
Martin Hunt [Tue, 20 Aug 1996 21:15:18 +0000 (21:15 +0000)] 
Tue Aug 20 14:10:02 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>

* tc-d10v.c: All references to defined symbols should
  now use the optimal instruction.  .float and .double now work.

27 years agoTue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
Martin Hunt [Tue, 20 Aug 1996 21:15:05 +0000 (21:15 +0000)] 
Tue Aug 20 14:10:02 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>

* config/tc-d10v.c: All references to defined symbols should
  now use the optimal instruction.  .float and .double now work.

27 years ago * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.
David Edelsohn [Mon, 19 Aug 1996 22:22:11 +0000 (22:22 +0000)] 
* sparc-dis.c (print_insn_sparc): Handle little endian sparcs.

27 years agoFixes from Andrew
Michael Meissner [Mon, 19 Aug 1996 22:21:19 +0000 (22:21 +0000)] 
Fixes from Andrew

27 years ago * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
Ian Lance Taylor [Mon, 19 Aug 1996 21:42:49 +0000 (21:42 +0000)] 
* config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
section address for the i960 as is done for the i386.
PR 10344.

27 years ago * fnmatch.c: Include sysdep.h.
Ian Lance Taylor [Mon, 19 Aug 1996 20:02:42 +0000 (20:02 +0000)] 
* fnmatch.c: Include sysdep.h.

27 years ago * common.h (EM_CYGNUS_M32R): Define.
David Edelsohn [Mon, 19 Aug 1996 18:00:53 +0000 (18:00 +0000)] 
* common.h (EM_CYGNUS_M32R): Define.

27 years ago * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
Fred Fish [Mon, 19 Aug 1996 17:59:46 +0000 (17:59 +0000)] 
* gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
  PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
* gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
  and -lpthreads (everybody else).
(test_startup): Fail gracefully if threads are not supported.
* gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
"p/c array_index("abcdef",2)" when not gcc compiled.
* gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
"print func2::coremaker_local" when not gcc compiled.
* gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
"ptype on opaque struct tagname (statically)",
"ptype on opaque struct tagname (dynamically) 1", and
"ptype on opaque struct tagname (dynamically) 2"
for not compiled with gcc.
* gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
backtrace when compiled with gcc.
* lib/gdb.exp (runto_main): Return result of "runto main" rather
than always return success.

27 years agoUndo 8/16 change; explictly set MACHINE= for d10v
Michael Meissner [Mon, 19 Aug 1996 15:31:29 +0000 (15:31 +0000)] 
Undo 8/16 change; explictly set MACHINE= for d10v

27 years agoremoved NOTES from Things-to-keep since it's a dead file
Angela Marie Thomas [Sun, 18 Aug 1996 21:28:18 +0000 (21:28 +0000)] 
removed NOTES from Things-to-keep since it's a dead file

27 years agoadd mt-ppc to Things-to-keep
Angela Marie Thomas [Sun, 18 Aug 1996 19:55:32 +0000 (19:55 +0000)] 
add mt-ppc to Things-to-keep

27 years agoSat Aug 17 04:56:25 1996 Geoffrey Noer <noer@skaro.cygnus.com>
Geoffrey Noer [Sat, 17 Aug 1996 11:59:22 +0000 (11:59 +0000)] 
Sat Aug 17 04:56:25 1996  Geoffrey Noer  <noer@skaro.cygnus.com>

        * mh-cygwin32: don't -D_WIN32 here anymore

27 years ago * complete.c: Include <pwd.h> if not DOS, and if cygwin32 or not
Stu Grossman [Sat, 17 Aug 1996 01:32:25 +0000 (01:32 +0000)] 
* complete.c:  Include <pwd.h> if not DOS, and if cygwin32 or not
win32.
* configure.in:  Add test for *-*-cygwin32* to use config/mh-posix.
* readline.c:  Move decl of tgetstr to rldefs.h.
* (_rl_set_screen_size):  Remove redundant ifdef MINIMALs.
* rldefs.h:  Don't do MINIMAL for cygwin32.  Cygwin32 now uses
full-blown readline, except for termcap.

27 years ago * rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.
Stan Shebs [Sat, 17 Aug 1996 00:57:52 +0000 (00:57 +0000)] 
* rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.
* config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Pass all arguments
to function, declare function correctly.

27 years ago * symtab.h: changed namespace to _namespace for compiling under
Dawn Perchik [Sat, 17 Aug 1996 00:32:45 +0000 (00:32 +0000)] 
   * symtab.h: changed namespace to _namespace for compiling under
        MFC v4.0.

27 years ago * mpw-make.sed: Update for various recent changes, add some
Stan Shebs [Fri, 16 Aug 1996 20:53:56 +0000 (20:53 +0000)] 
* mpw-make.sed: Update for various recent changes, add some
comments.
start-sanitize-gm
* mpw-config.in: Fix name of Magic Cap-specific file.
end-sanitize-gm

27 years agoFix warning
Michael Meissner [Fri, 16 Aug 1996 19:48:46 +0000 (19:48 +0000)] 
Fix warning

27 years agoFri Aug 16 15:15:37 1996 James G. Smith <jsmith@cygnus.co.uk>
Jackie Smith Cashion [Fri, 16 Aug 1996 14:17:36 +0000 (14:17 +0000)] 
Fri Aug 16 15:15:37 1996  James G. Smith  <jsmith@cygnus.co.uk>

* config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when
  simulator is included.

27 years agoFri Aug 16 14:15:41 1996 James G. Smith <jsmith@cygnus.co.uk>
Jackie Smith Cashion [Fri, 16 Aug 1996 13:19:45 +0000 (13:19 +0000)] 
Fri Aug 16 14:15:41 1996  James G. Smith  <jsmith@cygnus.co.uk>

* scripttempl/armcoff.sc (__bss_start__, __bss_end__,
  __data_start__, __data_end__): Added to keep in sync. with the
  default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support.

27 years ago * hppa.h (pitlb, pitlbe, iitlba, iitlbp, fic, fice): Accept
Jeff Law [Fri, 16 Aug 1996 06:15:52 +0000 (06:15 +0000)] 
    * hppa.h (pitlb, pitlbe, iitlba, iitlbp, fic, fice): Accept
        a 3 bit space id instead of a 2 bit space id.
Fixes net problem.

27 years ago * mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
Stan Shebs [Fri, 16 Aug 1996 02:49:07 +0000 (02:49 +0000)] 
* mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
(EXTRALIBS_PPC): Add libgcc.xcoff.

27 years ago * mpw-make.sed: Add symbolic doublequotes around the version
Stan Shebs [Fri, 16 Aug 1996 02:32:31 +0000 (02:32 +0000)] 
* mpw-make.sed: Add symbolic doublequotes around the version
number.

27 years ago * mpw-config.in: Add wildcards for config matching, add mips-*-*
Stan Shebs [Thu, 15 Aug 1996 23:40:40 +0000 (23:40 +0000)] 
* mpw-config.in: Add wildcards for config matching, add mips-*-*
case, forward-include bfd/elf-bfd.h.

27 years ago * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
Fred Fish [Thu, 15 Aug 1996 20:52:34 +0000 (20:52 +0000)] 
* findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
is not defined.
(read_register_pid): Only needed when TARGET_READ_PC is not
defined.
* hppa-tdep.c (frame_saved_pc): Remove prototype.
* infptrace.c (udot_info): Prototype when CHILD_XFER_MEMORY is
not defined.
* config/xm-aix4.h (aix_resizewindow): Convert old style decl
to prototype.
* xcoffsolib.c (command.h): Include for needed prototypes.

27 years agoThu Aug 15 13:24:30 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
Martin Hunt [Thu, 15 Aug 1996 20:26:03 +0000 (20:26 +0000)] 
Thu Aug 15 13:24:30 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>

* config/tc-d10v.c: Add additional information to the opcode
        table to help determinine which instructions can be done
        in parallel.

27 years agoThu Aug 15 13:11:46 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
Martin Hunt [Thu, 15 Aug 1996 20:14:06 +0000 (20:14 +0000)] 
Thu Aug 15 13:11:46 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>

* d10v.h: Add some additional defines to support the
  assembler in determining which operations can be done in parallel.

27 years ago * mpw-make.sed: Update editing of include pathnames to be
Stan Shebs [Thu, 15 Aug 1996 20:13:38 +0000 (20:13 +0000)] 
* mpw-make.sed: Update editing of include pathnames to be
more general.

27 years ago * mpw-config.in: Update editing of autoconf vars to reflect
Stan Shebs [Thu, 15 Aug 1996 19:41:17 +0000 (19:41 +0000)] 
* mpw-config.in: Update editing of autoconf vars to reflect
Jul 18 configure.in change.
* mpw-make.sed: Update editing of include pathnames to be
more general, add @DASH_C_FLAG@ to explicit compile rule edit.

27 years agoThu Aug 15 16:40:30 1996 James G. Smith <jsmith@cygnus.co.uk>
Jackie Smith Cashion [Thu, 15 Aug 1996 15:58:35 +0000 (15:58 +0000)] 
Thu Aug 15 16:40:30 1996  James G. Smith  <jsmith@cygnus.co.uk>

* reloc.c: (BFD_RELOC_ARM_THUMB_ADD, BFD_RELOC_ARM_THUMB_IMM,
BFD_RELOC_ARM_THUMB_SHIFT, BFD_RELOC_ARM_THUMB_OFFSET):
  Added, for internal use by the ARM gas.
* libbfd.h: Rebuilt
* bfd-in2.h: Rebuilt

27 years agoThu Aug 15 16:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
Jackie Smith Cashion [Thu, 15 Aug 1996 15:29:41 +0000 (15:29 +0000)] 
Thu Aug 15 16:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>

* arm-opc.h: Added "bx" instruction definition.

27 years agoThu Aug 15 16:25:05 1996 James G. Smith <jsmith@cygnus.co.uk>
Jackie Smith Cashion [Thu, 15 Aug 1996 15:27:53 +0000 (15:27 +0000)] 
Thu Aug 15 16:25:05 1996  James G. Smith  <jsmith@cygnus.co.uk>

* gas/arm/arm.exp: Change inst.s test to check objdump.
* gas/arm/inst.d: Added.

27 years agoThu Aug 15 16:06:02 1996 James G. Smith <jsmith@cygnus.co.uk>
Jackie Smith Cashion [Thu, 15 Aug 1996 15:07:55 +0000 (15:07 +0000)] 
Thu Aug 15 16:06:02 1996  James G. Smith  <jsmith@cygnus.co.uk>

* gas/arm/thumb.s: Added.
* gas/arm/immed.s: Added.
* gas/arm/arch4t.s: Added.
* gas/arm/arm.exp: Updated to run the new tests.

27 years ago * config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to make
Stu Grossman [Thu, 15 Aug 1996 00:56:07 +0000 (00:56 +0000)] 
* config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to make
native work.

27 years agoWed Aug 14 17:02:09 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Thu, 15 Aug 1996 00:03:50 +0000 (00:03 +0000)] 
Wed Aug 14 17:02:09 1996  Richard Henderson  <rth@tamu.edu>

* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Correct typo
in section dynidx start.

27 years agoWed Aug 14 17:00:04 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Thu, 15 Aug 1996 00:01:21 +0000 (00:01 +0000)] 
Wed Aug 14 17:00:04 1996  Richard Henderson  <rth@tamu.edu>

* alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5.

27 years ago From Blair MacIntyre <bm@cs.columbia.edu>:
Fred Fish [Wed, 14 Aug 1996 22:41:34 +0000 (22:41 +0000)] 
From Blair MacIntyre <bm@cs.columbia.edu>:
* hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather
than SYMBOL_TYPE on msymbols.
* somsolib.c (som_solib_create_inferior_hook): Ditto.

27 years ago * Makefile.in (init.c): Generate with prototypes.
Fred Fish [Wed, 14 Aug 1996 20:29:08 +0000 (20:29 +0000)] 
* Makefile.in (init.c):  Generate with prototypes.

* config/pa/tm-hppa.h (frame_saved_pc): Add prototype.
* config/rs6000/xm-rs6000.h (aix_resizewindow): Ditto.
* config/rs6000/tm-rs6000.h (frame_initial_stack_address): Ditto.
(pc_load_segment_name): Ditto.
(pop_frame): Ditto.
(extract_return_value): Ditto.
(is_magic_function_pointer): Ditto.
(push_dummy_frame): Ditto.
(fix_call_dummy): Ditto.
(push_arguments): Ditto.
(skip_trampoline_code): Ditto.
(aix_process_linenos): Ditto.

* config/m68k/tm-cisco.h (get_longjmp_target): Add prototype.
* config/m68k/tm-es1800.h: Ditto.
* config/m68k/tm-vx68.h: Ditto.
* config/m68k/tm-sun3.h: Ditto.
* config/m68k/tm-m68kv4.h: Ditto.

27 years ago * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
Ian Lance Taylor [Wed, 14 Aug 1996 17:51:49 +0000 (17:51 +0000)] 
* config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
against weak symbols.

27 years ago * config/mips/nm-mips.h (get_longjmp_target): Add prototype.
Fred Fish [Wed, 14 Aug 1996 08:46:24 +0000 (08:46 +0000)] 
* config/mips/nm-mips.h (get_longjmp_target): Add prototype.
* config/mips/nm-irix3.h (get_longjmp_target): Add prototype.
* remote-mips.c (mips_read_processor_type): Remove prototype.
* mips-tdep.c (gdb_print_insn_mips): Add prototype and make static.
* irix5-nat.c (fetch_core_registers): Add prototype.

27 years ago * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
Ian Lance Taylor [Wed, 14 Aug 1996 01:02:04 +0000 (01:02 +0000)] 
* config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
(ppc_force_relocation): Declare if OBJ_XCOFF.
* config/tc-ppc.c (ppc_force_relocation): New function if
OBJ_XCOFF.

27 years ago * elf.c (_bfd_elf_make_section_from_shdr): Treat sections whose
Ian Lance Taylor [Tue, 13 Aug 1996 21:39:37 +0000 (21:39 +0000)] 
* elf.c (_bfd_elf_make_section_from_shdr): Treat sections whose
name begins with .gnu.linkonce as SEC_LINK_ONCE.  This is an
optimization for g++.

27 years agoIf one module has -mrelocatable-lib and the other doesn't, clear the -mrelocatable...
Michael Meissner [Tue, 13 Aug 1996 21:09:06 +0000 (21:09 +0000)] 
If one module has -mrelocatable-lib and the other doesn't, clear the -mrelocatable-lib bit

27 years agoImprove -t options support to list all of the configuration macros & work standalone
Michael Meissner [Tue, 13 Aug 1996 17:29:04 +0000 (17:29 +0000)] 
Improve -t options support to list all of the configuration macros & work standalone

27 years ago * remote-pa.c (boot_board): Add dummy params to make type compatible
Fred Fish [Tue, 13 Aug 1996 04:27:08 +0000 (04:27 +0000)] 
* remote-pa.c (boot_board): Add dummy params to make type compatible
  for passing to add_com.
* scm-exp.c (scm_lreadr): Ensure svalue is not used uninitialized.
* buildsym.c (compare_line_numbers): Change function to match
prototype and also what qsort expects.

27 years agoResurrect code to increase timeout in "handle all print" cases in signals.exp.
Fred Fish [Tue, 13 Aug 1996 04:21:10 +0000 (04:21 +0000)] 
Resurrect code to increase timeout in "handle all print" cases in signals.exp.

27 years ago * remote.c: Make remote_write_size public.
Mark Alexander [Tue, 13 Aug 1996 02:30:34 +0000 (02:30 +0000)] 
* remote.c: Make remote_write_size public.
* sh-tdep.c (_initialize_sh_tdep): Set remote_write_size to 300
to prevent packet errors with some versions of CMON.
(Fixes PR 10254)

27 years ago * ansidecl.h: Change WIN32 to _WIN32.
Stu Grossman [Tue, 13 Aug 1996 00:04:17 +0000 (00:04 +0000)] 
* ansidecl.h:  Change WIN32 to _WIN32.

27 years ago * defs.h: Define CONST_PTR as blank if compiling with Microsoft
Stu Grossman [Tue, 13 Aug 1996 00:01:37 +0000 (00:01 +0000)] 
* defs.h:  Define CONST_PTR as blank if compiling with Microsoft
C, else it's `const'.
* c-lang.c c-lang.h ch-lang.c f-lang.c language.c m2-lang.c
scm-lang.c: Microsoft C can't hack const pointers.  Use CONST_PTR
macro instead.
* configure configure.in defs.h:  Use AC_C_CONST to figure out if
the compiler supports const.  Gets rid of some cruft in defs.h.
* dwarf2read.c:  <string.h> -> "gdb_string.h"
* remote-sim.c:  Add prototypes.  Fix call to gdbsim_kill.
* sparcl-tdep.c (download):  Add prototypes to write_routine and
start_routine args.

* mswin/gdbwin.c:  Don't include both varargs.h AND stdarg.h.  Get
rid of varargs.h  Include string.h.
* (gdbwin_update gdbwin_fputs regs_changed_f bpt_changed_f
update):  Fix prototypes, fix calls.
* (update):  Return value for catch_errors.
* (run_execute_command togdb_command_from_tty togdb_command):
Cleanup catching of errors from calls to execute_command.  Also,
dup command string to avoid modifying const strings.
* (togdb_breakinfo_i_init togdb_breakinfo_i_next):  Use 0 instead
of NULL when see if b->address isn't set.
* (bi_disable_bpt bi_enable_bpt bi_delete_all
bi_delete_breakpoint):  Add arg to calls to update.
* (gui_command):  Add prototype.
* (mswin_query):  Fix prototype.
* (_initialize_gdbwin):  Dup string to avoid modifying const.
* (info_path togdb_get_info_path):  Remove const from decls cuz
this can't be const (it points at malloc'ed memory).
* (togdb_searchpath):  Remove const from path.  Dup string to
avoid modifying const strings.
* rindex -> strrchr.
* (gdbwin_list_symbols):  Regexp param is const.
* Fix lots of refs to psymtabs to deref correct pointers.
* (togdb_set_breakpoint_sal):  Call set_breakpoint_sal with sal,
not &sal.
* mswin/gdbwin.h (togdb_searchpath togdb_get_info_path
toget_set_info_path):  Fix prototypes to match reality.
* mswin/gui.cpp:  Define _beginthreadex and _endthreadex routines
with proper prototypes.
* mswin/iface.cpp (gdbwin_fputs):  Define with correct number of args.
* mswin/ser-win32s.c:  Fix defs of min and max.
* mswin/serdll32.c (OpenComm16):  Make cbInQueue and cbOutQueue be
USHORT.
* (WriteComm16):  Change lpBug from LPVOID to LPCSTR.
* mswin/serdll32.h:  Fix prototypes for OpenComm16 and WriteComm16.

27 years ago * config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
Ian Lance Taylor [Mon, 12 Aug 1996 23:51:25 +0000 (23:51 +0000)] 
* config/tc-mips.h (BYTE_ORDER): Don't define.  No longer used.

27 years agoTest whether /dev/zero works before attemping to us it
Michael Meissner [Mon, 12 Aug 1996 23:06:21 +0000 (23:06 +0000)] 
Test whether /dev/zero works before attemping to us it

27 years ago * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
Fred Fish [Mon, 12 Aug 1996 22:38:30 +0000 (22:38 +0000)] 
* gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
encapsulate all the steps/nexts done during self test, starting
at main, and makes them less sensitive to optimization issues.
Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
signal handler" test.
* gdb.threads/pthreads.exp: Only run this for native configs.
* gdb.base/signals.exp (test_handle_all_print): Remove code that
increased timeouts, it now makes no difference.
* gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
tests.
gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
for "runto test_calls(void)" test.

27 years agoMon Aug 12 14:30:37 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
Martin Hunt [Mon, 12 Aug 1996 21:32:03 +0000 (21:32 +0000)] 
Mon Aug 12 14:30:37 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>

* d10v-opc.c (d10v_opcodes): Minor fixes to addi and bl.l.

27 years agofix for D10V.
Martin Hunt [Mon, 12 Aug 1996 18:04:58 +0000 (18:04 +0000)] 
fix for D10V.

27 years agoFor PowerPC targets, build libraries with -mrelocatable-lib and -mno-eabi.
Michael Meissner [Mon, 12 Aug 1996 17:19:18 +0000 (17:19 +0000)] 
For PowerPC targets, build libraries with -mrelocatable-lib and -mno-eabi.

27 years ago * rldefs.c: Get rid of define of SIGALRM if _WIN32 or __MSDOS__.
Stu Grossman [Mon, 12 Aug 1996 04:11:17 +0000 (04:11 +0000)] 
* rldefs.c:  Get rid of define of SIGALRM if _WIN32 or __MSDOS__.
* Don't define ScreenCols/ScreenRows/... if cygwin32.
* sysdep-norm.h:  Don't include <malloc.h> if cygwin32.

27 years ago * main.c (main): Make sure command loop is used with cygwin32.
Stu Grossman [Mon, 12 Aug 1996 04:02:41 +0000 (04:02 +0000)] 
* main.c (main):  Make sure command loop is used with cygwin32.
* terminal.h:  Allow cygwin32 to use termios.h.

27 years ago * config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
Stu Grossman [Mon, 12 Aug 1996 03:53:54 +0000 (03:53 +0000)] 
* config/mh-cygwin32 (CFLAGS):  Define _WIN32 to be compatible
with normal Windows compilation environment.

27 years ago * rldefs.h: If __osf__is defined, include <termio.h> instead of
Fred Fish [Sun, 11 Aug 1996 22:05:41 +0000 (22:05 +0000)] 
* rldefs.h:  If __osf__is defined, include <termio.h> instead of
<sgtty.h>.

27 years ago * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
Fred Fish [Sun, 11 Aug 1996 21:05:39 +0000 (21:05 +0000)] 
* gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
and don't expect address info in breakpoint confirmations.

27 years ago * gdb.base/list.exp (test_forward_search): Increase timeout
Fred Fish [Sun, 11 Aug 1996 19:16:55 +0000 (19:16 +0000)] 
* gdb.base/list.exp (test_forward_search): Increase timeout
temporarily by 60 seconds for searching extremely long line,
  and then reset to old value when done.  Increase expect input
buffer to 10000.

27 years ago * elflink.h (elf_link_add_object_symbols): Do not resolve a common
Ian Lance Taylor [Sun, 11 Aug 1996 03:39:46 +0000 (03:39 +0000)] 
* elflink.h (elf_link_add_object_symbols): Do not resolve a common
symbol against a STT_FUNC symbol in a shared library.

27 years agoFri Aug 9 17:48:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
Martin Hunt [Sat, 10 Aug 1996 00:50:28 +0000 (00:50 +0000)] 
Fri Aug  9 17:48:28 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>

* config/tc-d10v.c: Fix problem with relocs.

27 years ago * xcofflink.c (xcoff_link_add_dynamic_symbols): If a descriptor
Ian Lance Taylor [Sat, 10 Aug 1996 00:15:30 +0000 (00:15 +0000)] 
* xcofflink.c (xcoff_link_add_dynamic_symbols): If a descriptor
  symbol is found, automatically define the corresponding function
  code.
PR 10299.

27 years agoFri Aug 9 13:21:59 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
Martin Hunt [Fri, 9 Aug 1996 20:25:12 +0000 (20:25 +0000)] 
Fri Aug  9 13:21:59 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>

* d10v-opc.c (d10v_opcodes): Correct 'mv' unit entry to EITHER.

27 years ago * Makefile.in (LIB_INSTALL_DIR): New macro.
Tom Tromey [Fri, 9 Aug 1996 19:05:29 +0000 (19:05 +0000)] 
* Makefile.in (LIB_INSTALL_DIR): New macro.
(TCL): Include @TCL_LD_SEARCH_FLAGS@.

27 years ago * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
Ian Lance Taylor [Fri, 9 Aug 1996 18:46:54 +0000 (18:46 +0000)] 
* cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
if sym.n_numaux is not zero.
(_bfd_coff_link_input_bfd): Permit the symbol and the hash table
entry to disagree about the number of aux entries if the symbol
has zero.

27 years ago * somread.c (som_symtab_read): Handle secondary definition
Jeff Law [Fri, 9 Aug 1996 18:43:54 +0000 (18:43 +0000)] 
    * somread.c (som_symtab_read): Handle secondary definition
        symbols (aka weak symbols).

27 years ago * config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
Ian Lance Taylor [Fri, 9 Aug 1996 18:16:54 +0000 (18:16 +0000)] 
* config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
with nops if not in data_section or bss_section.
PR 10312.

27 years ago * elf32-mips.c (mips_elf_check_relocs): Create the .rel.dyn
Ian Lance Taylor [Fri, 9 Aug 1996 16:47:15 +0000 (16:47 +0000)] 
* elf32-mips.c (mips_elf_check_relocs): Create the .rel.dyn
section if it might be needed, not just if info->shared.
(mips_elf_adjust_dynamic_symbol): Make room for a null element at
the start of .rel.dyn if we are going to use it.
(mips_elf_finish_dynamic_sections): Only clear the first element
of .rel.dyn if the size is greater than zero.
Fix this case from c-torture:
extern int abort();
typedef int (*frob)();
frob f[] = {abort};
main()
{
  exit(0);
}

27 years ago * gdb.base/structs.exp: New tests for passing and returning
Jeff Law [Fri, 9 Aug 1996 16:38:19 +0000 (16:38 +0000)] 
    * gdb.base/structs.exp: New tests for passing and returning
        structures.
        * gdb.base/structs.c: C source for test.
Sanitized away until we've got a valid copyright assignment from
Michael Snyder.

Only tested on the PA.  I assume other ports will needs some xfails
and other possible testsuite tweakage.

27 years ago * bind.c complete.c history.c readline.c: Don't include sys/file.h.
Stu Grossman [Fri, 9 Aug 1996 16:02:46 +0000 (16:02 +0000)] 
* bind.c complete.c history.c readline.c:  Don't include sys/file.h.
* complete.c display.c parens.c readline.c rldefs.h rltty.c
signals.c tilde.c:  Change refs to _MSC_VER and __WIN32__ to _WIN32.
* signals.c (rl_signal_handler):  Ifdef out kill if _WIN32.
* sysdep-norm.h:  Ifdef out include of dirent.h if _WIN32.
Include malloc.h if _WIN32.

27 years ago * config/tm-hppa.h (EXTRACT_RETURN_VALUE): Fix thinko in
Jeff Law [Fri, 9 Aug 1996 15:12:48 +0000 (15:12 +0000)] 
    * config/tm-hppa.h (EXTRACT_RETURN_VALUE): Fix thinko in
        last change.

27 years ago * xcofflink.c (xcoff_link_input_bfd): If we already called the
Ian Lance Taylor [Thu, 8 Aug 1996 21:15:32 +0000 (21:15 +0000)] 
* xcofflink.c (xcoff_link_input_bfd): If we already called the
undefined_symbol callback for a symbol, then don't issue any more
warnings about loader relocs.
(_bfd_ppc_xcoff_relocate_section): Don't do any further processing
after calling the undefined_symbol callback.

27 years ago * xcofflink.c (XCOFF_MULTIPLY_DEFINED): Define.
Ian Lance Taylor [Thu, 8 Aug 1996 20:33:39 +0000 (20:33 +0000)] 
* xcofflink.c (XCOFF_MULTIPLY_DEFINED): Define.
(xcoff_link_add_symbols): Permit multiple definitions of a symbol
as the AIX linker seems to do.
PR 10304.

27 years ago * lib/ld.exp: Use verbose -log instead of calling both verbose and
Ian Lance Taylor [Thu, 8 Aug 1996 18:29:59 +0000 (18:29 +0000)] 
* lib/ld.exp: Use verbose -log instead of calling both verbose and
send_log.

27 years ago * symfile.c (symfile_bfd_open): Change ifdef from __WIN32__ to
Stu Grossman [Thu, 8 Aug 1996 17:17:35 +0000 (17:17 +0000)] 
* symfile.c (symfile_bfd_open):  Change ifdef from __WIN32__ to
_WIN32.

27 years ago * somread.c: Rearrange order of includes to fix warnings under
Stu Grossman [Thu, 8 Aug 1996 17:14:02 +0000 (17:14 +0000)] 
* somread.c:  Rearrange order of includes to fix warnings under
hpux-10.10.  Also don't include sys/file.h.

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