aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-03-07 * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,Jeff Law1-1/+4
not just those with HANDLE_SVR4_EXEC_EMULATORS. Fixes linux native build problem.
1996-03-07* scripttmpl/elfppc.sc (.sdata2, .sbss2): Implement Feb 2 changeJ.T. Conklin1-8/+8
in a different manner to work around differences in shell variable expansion.
1996-03-06 * ldemul.h (ldemul_unrecognized_file): Declare.Ian Lance Taylor1-0/+12
(ldemulation_xfer_type): Add unrecognized_file field. * ldemul.c (ldemul_unrecognized_file): New function. * ldlang.c (load_symbols): If a file can not be recognized, call ldemul_unrecognized_file before trying it as a linker script. * aix.em (gld${EMULATION_NAME}_unrecognized_file): New static function. (gld${EMULATION_NAME}_read_file): Use FOPEN_RT, not "r". (ld_${EMULATION_NAME}_emulation): Initialize unrecognized_file.
1996-03-06 * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type isIan Lance Taylor1-0/+4
not SHT_NOBITS. Don't tamper with flags based on type if a special section was found (revert Feb 29 change).
1996-03-06 * config/tc-sh.c (sh_do_align): Only align using the nop patternIan Lance Taylor1-0/+5
if aligning to a longword boundary or greater.
1996-03-06 * tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.Jim Wilson2-1/+5
1996-03-06 * From Peter Schauer:Jeff Law2-28/+79
* breakpoint.c (internal_breakpoint_number): Move to file scope. (create_solib_event_breakpoint): Use an internal breakpoint number.
1996-03-06 * valarith.c (value_in): Change builtin_type_chill_bool toWilfried Moser1-0/+5
LA_BOOL_TYPE.
1996-03-06 * powerset.exp: Add test.Wilfried Moser2-0/+7
1996-03-06 * ch-exp.c (parse_primval): Handle CARD, MAX, MIN.Wilfried Moser4-36/+225
(match_string_literal): Handle control sequence. (match_character_literal): Deto. * ch-lang.c (chill_printchar): Change formating of nonprintable characters from C'xx' to ^(num). (chill_printstr): Deto. (value_chill_card, value_chill_max_min): New functions to process Chill's CARD, MAX, MIN. (evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN. * expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN for Chill's CARD, MAX, MIN. * valarith.c (value_in): Add processing of TYPE_CODE_RANGE and change return type from builtin_type_int to builtin_type_chill_bool.
1996-03-06 * gch922.{ch,exp}, powerset.{ch,exp}: New test cases.Wilfried Moser10-21/+459
* builtins.exp, chillvars.exp, misc.exp, tests1.exp: Updated due to new format of nonprintable characters (control sequence instead of C'xx').
1996-03-06 * config/nm-nbsd.h (link_object, lo_name, etc): Move to hereStan Shebs4-77/+30
from config/nm-nbsd.h. * config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here from config/sparc/tm-nbsd.h.
1996-03-06 * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define hereStan Shebs3-8/+14
instead of in config/m68k/xm-hp300hpux.h.
1996-03-05 * */Makefile.in (maintainer-clean): Remove config.log.Stan Shebs1-1/+1
* gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp. * gdb.c++/Makefile.in (PROGS): Add inherit. (clean): Remove *.ci.
1996-03-05 * configure.in: Don't set SHLIB or SHLINK to an empty string,Ian Lance Taylor2-0/+10
since they appear as targets in Makefile.in. * configure: Rebuild.
1996-03-05* i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): ProvideJ.T. Conklin3-2/+30
implementation for NetBSD systems.
1996-03-05 * sunos.c (sunos_scan_ext_relocs): If not making a shared library,Ian Lance Taylor1-0/+5
don't fiddle with a symbol which is not defined anywhere.
1996-03-05* configure.in (m68k-*-netbsd*): Build everything now.J.T. Conklin2-3/+4
1996-03-05 * string.ch, string.exp: Add tests (from Cygnus PR chill/9078).Per Bothner3-2/+20
1996-03-05 * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.Per Bothner2-13/+32
(value_concat): Handle varying strings (add COERCE_VARYING_ARRAY). This fixes PR chill/9078.
1996-03-05 * pr-9095.ch, pr-9095.exp: New test case.Per Bothner4-1/+82
1996-03-05 * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): ErrorPer Bothner2-9/+13
if "function" is pointer to non-function. Fixes PR chill/9095.
1996-03-05 * configure.in (i386-*-cygwin32): Don't use bfd_gas.Steve Chamberlain1-0/+5
* configure: Regenerated.
1996-03-05 * top.c (print_gdb_version): Update copyright year.Stan Shebs2-2/+6
1996-03-05 * xcofflink.c (xcoff_mark): Treat undefined imported symbols asIan Lance Taylor1-0/+4
though they are defined in a shared library. (xcoff_build_ldsyms): Likewise.
1996-03-04 * coffgen.c (coff_find_nearest_line): Don't look at the lineIan Lance Taylor1-1/+4
numbers for the section if section->lineno is NULL.
1996-03-04 * From Peter Schauer:Jeff Law3-34/+34
* infrun.c (wait_for_inferior): Remove breakpoints and switch terminal settings before calling SOLIB_ADD. * solib.c (enable_break, SVR4 variant): Don't map in symbols for the dynamic linker, the namespace pollution causes real problems.
1996-03-04 * config/tc-hppa.c: Add default definitions for R_N0SEL andJeff Law1-0/+3
R_N1SEL since they're not defined for old versions of hpux.
1996-03-04 * ldlang.c (wild): Handle foo.a(.text) by mapping each includedIan Lance Taylor2-1/+33
member of foo.a separately. From Jouke Numan <jnuman@bazis.nl>.
1996-03-04 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful errorIan Lance Taylor2-4/+24
message rather than calling BFD_ASSERT. * elfcode.h (write_relocs): Check return value of _bfd_elf_symbol_from_bfd_symbol.
1996-03-04 * config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.Jeff Law2-2/+10
Set "sym_ptr_ptr" and "addend" fields to dummy values for R_N0SEL and R_N1SEL. Net buglet, and something I just noticed was wrong.
1996-03-03Sun Mar 3 17:18:57 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion2-1/+7
* remote-mips.c (common_breakpoint): Explicitly terminate the returned buffer.
1996-03-01Fri Mar 1 10:20:52 1996 Andreas Schwab ↵Ian Lance Taylor2-31/+58
<schwab@issan.informatik.uni-dortmund.de> * flonum-konst.c: Add two more constants for 1e+-2048 and 1e+-4096, and correct the other constants.
1996-03-01Fri Mar 1 10:24:59 1996 Andreas Schwab ↵Ian Lance Taylor1-0/+5
<schwab@issan.informatik.uni-dortmund.de> * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Search trinary.cond rather than searching trinary.lhs twice.
1996-03-01Fri Mar 1 10:20:52 1996 Andreas Schwab ↵Ian Lance Taylor1-0/+4
<schwab@issan.informatik.uni-dortmund.de> * symbols.c (resolve_symbol_value): Handle O_logical_not.
1996-03-01When putting common items in .sdata, make sure SEC_LOAD flag is clearedMichael Meissner1-0/+5
1996-02-29fix typoMichael Meissner1-1/+1
1996-02-29All predefined sections to be of NOBITS typeMichael Meissner2-12/+16
1996-02-29 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:Stan Shebs1-0/+6
* remote.c (remote_detach): Send a command 'D' to the target when detaching, update the function's comments.
1996-02-29Add xm-nbsd.hFred Fish1-0/+1
1996-02-29Remove missing file "PROBLEMS" from list of files to keep.Fred Fish1-1/+0
1996-02-29 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don'tJeff Law2-1/+5
reduce relocs using e_nlrsel field selectors.
1996-02-28 * Makefile.in (VERSION): Bump version to 4.15.2 to establishFred Fish1-0/+5
baseline for gdb 4.16 rerelease testing.
1996-02-28 * write.c (fix_new_exp): Don't use #elif. Some compilersJeff Law1-1/+4
don't handle it. Fixes build problem with certain versions of the hpux compiler.
1996-02-28 * somsolib.c (som_solib_create_inferior_hook): Before returningJeff Law2-0/+14
call clear_symtab_users. Fixes minor hpux problem with 7763 patches.
1996-02-28Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>Jason Merrill2-3/+11
* Makefile.in (taz): Fix quoting.
1996-02-28 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" toJeff Law2-12/+46
the selector table. (pa_chk_field_selector): Handle new field selectors for SOM. More new stuff for hpux10.
1996-02-28 * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSELJeff Law1-0/+11
and R_HPPA_NLRSEL. (e_nsel, e_nlsel, e_nlrsel): Undefine. Add to hppa_reloc_field_selector_type_alt. (hppa_field_adjust): Handle e_nlsel, e_nlrsel. Fix e_nsel handling. * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field selectors. (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL. More hpux10 crud.
1996-02-28 * elf.c (assign_file_positions_for_segments): Adjust the segmentIan Lance Taylor2-3/+11
memory size for the alignment of a SEC_ALLOC section, not just a SEC_LOAD section.
1996-02-27 * mpw-make.sed: Edit out shared library support.Stan Shebs2-0/+14
(@TDIRS@): Edit out, can't use genscripts.