Age | Commit message (Collapse) | Author | Files | Lines |
|
not just those with HANDLE_SVR4_EXEC_EMULATORS.
Fixes linux native build problem.
|
|
in a different manner to work around differences in shell variable
expansion.
|
|
(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.
|
|
not SHT_NOBITS. Don't tamper with flags based on type if a
special section was found (revert Feb 29 change).
|
|
if aligning to a longword boundary or greater.
|
|
|
|
* breakpoint.c (internal_breakpoint_number): Move to file scope.
(create_solib_event_breakpoint): Use an internal breakpoint number.
|
|
LA_BOOL_TYPE.
|
|
|
|
(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.
|
|
* builtins.exp, chillvars.exp, misc.exp, tests1.exp: Updated
due to new format of nonprintable characters (control sequence
instead of C'xx').
|
|
from config/nm-nbsd.h.
* config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here
from config/sparc/tm-nbsd.h.
|
|
instead of in config/m68k/xm-hp300hpux.h.
|
|
* gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
* gdb.c++/Makefile.in (PROGS): Add inherit.
(clean): Remove *.ci.
|
|
since they appear as targets in Makefile.in.
* configure: Rebuild.
|
|
implementation for NetBSD systems.
|
|
don't fiddle with a symbol which is not defined anywhere.
|
|
|
|
|
|
(value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
This fixes PR chill/9078.
|
|
|
|
if "function" is pointer to non-function.
Fixes PR chill/9095.
|
|
* configure: Regenerated.
|
|
|
|
though they are defined in a shared library.
(xcoff_build_ldsyms): Likewise.
|
|
numbers for the section if section->lineno is NULL.
|
|
* 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.
|
|
R_N1SEL since they're not defined for old versions of hpux.
|
|
member of foo.a separately. From Jouke Numan <jnuman@bazis.nl>.
|
|
message rather than calling BFD_ASSERT.
* elfcode.h (write_relocs): Check return value of
_bfd_elf_symbol_from_bfd_symbol.
|
|
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.
|
|
* remote-mips.c (common_breakpoint): Explicitly terminate the
returned buffer.
|
|
<schwab@issan.informatik.uni-dortmund.de>
* flonum-konst.c: Add two more constants for 1e+-2048 and
1e+-4096, and correct the other constants.
|
|
<schwab@issan.informatik.uni-dortmund.de>
* emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
Search trinary.cond rather than searching trinary.lhs twice.
|
|
<schwab@issan.informatik.uni-dortmund.de>
* symbols.c (resolve_symbol_value): Handle O_logical_not.
|
|
|
|
|
|
|
|
* remote.c (remote_detach): Send a command 'D' to the target
when detaching, update the function's comments.
|
|
|
|
|
|
reduce relocs using e_nlrsel field selectors.
|
|
baseline for gdb 4.16 rerelease testing.
|
|
don't handle it.
Fixes build problem with certain versions of the hpux compiler.
|
|
call clear_symtab_users.
Fixes minor hpux problem with 7763 patches.
|
|
* Makefile.in (taz): Fix quoting.
|
|
the selector table.
(pa_chk_field_selector): Handle new field selectors for SOM.
More new stuff for hpux10.
|
|
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.
|
|
memory size for the alignment of a SEC_ALLOC section, not just a
SEC_LOAD section.
|
|
(@TDIRS@): Edit out, can't use genscripts.
|