aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-08-21 * aclocal.m4: Include ../bfd/aclocal.m4.Ian Lance Taylor6-6/+191
* 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.
1996-08-20 * solib.c (_initialize_solib): Add missing '\' chars at ends ofFred Fish1-0/+12
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
1996-08-20* Makefile.in (ALL_MACHINES): Add cpu-v850.o.J.T. Conklin2-0/+57
(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.
1996-08-20* v850.h: New file.J.T. Conklin3-0/+123
1996-08-20* common.h (EM_CYGNUS_V850): Define.J.T. Conklin1-0/+28
1996-08-20* Makefile.in (ALL_MACHINES): Add v850-opc.o.J.T. Conklin3-0/+239
* configure: (bfd_v850v_arch) Add new case. * configure.in: (bfd_v850_arch) Add new case. * v850-opc.c: New file.
1996-08-20* configure.in (v850-*-*): Set up initial $noconfigdirs.J.T. Conklin4-29/+79
* config.sub (basic_machine): Recognize v850.
1996-08-20Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-105/+270
* tc-d10v.c: All references to defined symbols should now use the optimal instruction. .float and .double now work.
1996-08-20Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+7
* config/tc-d10v.c: All references to defined symbols should now use the optimal instruction. .float and .double now work.
1996-08-19 * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.David Edelsohn1-0/+12
1996-08-19Fixes from AndrewMichael Meissner2-0/+30
1996-08-19 * config/obj-coff.c (fixup_segment): Adjust PC relative reloc byIan Lance Taylor1-0/+10
section address for the i960 as is done for the i386. PR 10344.
1996-08-19 * fnmatch.c: Include sysdep.h.Ian Lance Taylor2-0/+7
1996-08-19 * common.h (EM_CYGNUS_M32R): Define.David Edelsohn3-2/+48
1996-08-19 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,Fred Fish3-2/+171
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.
1996-08-19Undo 8/16 change; explictly set MACHINE= for d10vMichael Meissner1-0/+19
1996-08-18removed NOTES from Things-to-keep since it's a dead fileAngela Marie Thomas1-1/+0
1996-08-18add mt-ppc to Things-to-keepAngela Marie Thomas1-0/+1
1996-08-17Sat Aug 17 04:56:25 1996 Geoffrey Noer <noer@skaro.cygnus.com>Geoffrey Noer1-3/+1
* mh-cygwin32: don't -D_WIN32 here anymore
1996-08-17 * complete.c: Include <pwd.h> if not DOS, and if cygwin32 or notStu Grossman1-0/+10
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.
1996-08-17 * rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.Stan Shebs2-3/+11
* config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Pass all arguments to function, declare function correctly.
1996-08-17 * symtab.h: changed namespace to _namespace for compiling underDawn Perchik1-0/+5
MFC v4.0.
1996-08-16 * mpw-make.sed: Update for various recent changes, add someStan Shebs3-10/+16
comments. start-sanitize-gm * mpw-config.in: Fix name of Magic Cap-specific file. end-sanitize-gm
1996-08-16Fix warningMichael Meissner2-6/+41
1996-08-16Fri Aug 16 15:15:37 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion3-2/+7
* config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when simulator is included.
1996-08-16Fri Aug 16 14:15:41 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-0/+11
* 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.
1996-08-16 * hppa.h (pitlb, pitlbe, iitlba, iitlbp, fic, fice): AcceptJeff Law1-0/+5
a 3 bit space id instead of a 2 bit space id. Fixes net problem.
1996-08-16 * mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.Stan Shebs2-7/+19
(EXTRALIBS_PPC): Add libgcc.xcoff.
1996-08-16 * mpw-make.sed: Add symbolic doublequotes around the versionStan Shebs1-0/+6
number.
1996-08-15 * mpw-config.in: Add wildcards for config matching, add mips-*-*Stan Shebs1-7/+7
case, forward-include bfd/elf-bfd.h.
1996-08-15 * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PCFred Fish4-3/+20
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.
1996-08-15Thu Aug 15 13:24:30 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+41
* config/tc-d10v.c: Add additional information to the opcode table to help determinine which instructions can be done in parallel.
1996-08-15Thu Aug 15 13:11:46 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+14
* d10v.h: Add some additional defines to support the assembler in determining which operations can be done in parallel.
1996-08-15 * mpw-make.sed: Update editing of include pathnames to beStan Shebs2-2/+13
more general.
1996-08-15 * mpw-config.in: Update editing of autoconf vars to reflectStan Shebs3-8/+27
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.
1996-08-15Thu Aug 15 16:40:30 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-0/+8
* 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
1996-08-15Thu Aug 15 16:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-0/+1
* arm-opc.h: Added "bx" instruction definition.
1996-08-15Thu Aug 15 16:25:05 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion2-0/+169
* gas/arm/arm.exp: Change inst.s test to check objdump. * gas/arm/inst.d: Added.
1996-08-15Thu Aug 15 16:06:02 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion6-0/+233
* 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.
1996-08-15 * config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to makeStu Grossman1-0/+1
native work.
1996-08-15Wed Aug 14 17:02:09 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor2-39/+77
* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Correct typo in section dynidx start.
1996-08-15Wed Aug 14 17:00:04 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor1-0/+4
* alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5.
1996-08-14 From Blair MacIntyre <bm@cs.columbia.edu>:Fred Fish3-2/+7
* hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather than SYMBOL_TYPE on msymbols. * somsolib.c (som_solib_create_inferior_hook): Ditto.
1996-08-14 * Makefile.in (init.c): Generate with prototypes.Fred Fish6-1/+28
* 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.
1996-08-14 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocsIan Lance Taylor1-0/+5
against weak symbols.
1996-08-14 * config/mips/nm-mips.h (get_longjmp_target): Add prototype.Fred Fish5-2/+13
* 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.
1996-08-14 * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.Ian Lance Taylor1-0/+7
(ppc_force_relocation): Declare if OBJ_XCOFF. * config/tc-ppc.c (ppc_force_relocation): New function if OBJ_XCOFF.
1996-08-13 * elf.c (_bfd_elf_make_section_from_shdr): Treat sections whoseIan Lance Taylor1-0/+6
name begins with .gnu.linkonce as SEC_LINK_ONCE. This is an optimization for g++.
1996-08-13If one module has -mrelocatable-lib and the other doesn't, clear the ↵Michael Meissner1-0/+6
-mrelocatable-lib bit
1996-08-13Improve -t options support to list all of the configuration macros & work ↵Michael Meissner1-0/+13
standalone