Ulrich Drepper [Wed, 2 Sep 1998 21:55:37 +0000 (21:55 +0000)]
* elf/readelf.c (process_dynamic_segment): Print DT_* value only if
do_dynamic.
(do_histogram): New variable.
(options): New long option histogram. Set do_histogram if this
option is used.
(usage): Document --histogram.
(parse_args): Handle 0 return value from getopt_long. Enable
do_histogram for -a.
(process_symbol_table): Read hash table also if only do_histogram.
Add code to print hash table histogram.
Michael Snyder [Wed, 2 Sep 1998 19:28:55 +0000 (19:28 +0000)]
Thu Aug 20 11:30:17 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* elf.c: comment and formatting cleanups.
* elfcore.h: ditto.
Keith Seitz [Wed, 2 Sep 1998 19:01:13 +0000 (19:01 +0000)]
* gdbtk-cmds.c (gdb_cmd): Do not run the timer when downloading --
the ui_progress_hook that has been installed will actually
update the gui for us.
Richard Henderson [Wed, 2 Sep 1998 18:35:47 +0000 (18:35 +0000)]
* frags.c (frag_grow): Include the size of the frag struct in the
obstack chunk size.
Richard Henderson [Wed, 2 Sep 1998 18:30:59 +0000 (18:30 +0000)]
* config/tc-sparc.c (sparc_ip): Allow all digits in an instruction
to handle edge8 and edge16.
Zdenek Radouch [Tue, 1 Sep 1998 16:24:23 +0000 (16:24 +0000)]
Modifications/fixes to support the ARM/ELF port.
Richard Henderson [Tue, 1 Sep 1998 15:39:39 +0000 (15:39 +0000)]
Keep them all.
Richard Henderson [Tue, 1 Sep 1998 15:38:06 +0000 (15:38 +0000)]
Keep vtable tests.
Catherine Moore [Tue, 1 Sep 1998 13:59:18 +0000 (13:59 +0000)]
remove elfarm.sc
Frank Ch. Eigler [Tue, 1 Sep 1998 13:19:57 +0000 (13:19 +0000)]
* Build fixes for tx39 sim hosted on strange Linux boxen.
[common/ChangeLog]
Tue Sep 1 15:36:52 1998 Frank Ch. Eigler <fche@cygnus.com>
* sim-config.h: Remove reference to linux kernel header.
[mips/ChangeLog]
Tue Sep 1 15:39:18 1998 Frank Ch. Eigler <fche@cygnus.com>
* dv-tx3904sio.c: Include sim-assert.h.
Tom Tromey [Mon, 31 Aug 1998 22:43:21 +0000 (22:43 +0000)]
* top.c (context_hook): Define.
* gdbtk-hooks.c (context_hook): Don't define.
Richard Henderson [Mon, 31 Aug 1998 21:50:12 +0000 (21:50 +0000)]
* elf32-mips.c (elf_mips_gnu_vtentry_howto): Use
_bfd_elf_rel_vtable_reloc_fn.
Keith Seitz [Mon, 31 Aug 1998 21:34:09 +0000 (21:34 +0000)]
* gdbtk-cmds.c (gdb_listfuncs): When stripping out "global destructors"
and "global constructors", do not append any elements to the result.
(gdb_get_vars_command): Install patch from Jun 9 1998 which appears
to have been lost.
Clean up some tabbing mess.
Richard Henderson [Mon, 31 Aug 1998 20:26:33 +0000 (20:26 +0000)]
* gas/vtable/{entry0.d,entry1.d,inherit0.d}: Fix pattern matching
of whitespace for 64-bit hosts.
Richard Henderson [Mon, 31 Aug 1998 19:49:48 +0000 (19:49 +0000)]
* gas/vtable/vtable.exp: New.
* gas/vtable/{entry0.s,entry0.d}: New.
* gas/vtable/{entry1.s,entry1.d}: New.
* gas/vtable/{inherit0.s,inherit0.d}: New.
* gas/vtable/{inherit1.s,inherit1.l}: New.
Catherine Moore [Mon, 31 Aug 1998 18:09:41 +0000 (18:09 +0000)]
Change references to armelf.sc to elf.sc.
Catherine Moore [Mon, 31 Aug 1998 17:16:05 +0000 (17:16 +0000)]
remove armelf sanitization.
Richard Henderson [Mon, 31 Aug 1998 16:52:18 +0000 (16:52 +0000)]
* config/obj-elf.c (obj_elf_vtable_inherit): Print error message
before we clobber the symbol involved.
Catherine Moore [Mon, 31 Aug 1998 16:26:28 +0000 (16:26 +0000)]
* emulparams/armelf.sh: Change SCRIPT_NAME to
elf. Change TEXT_START_ADDR to 0x8000. Define
OTHER_TEXT_SECTIONS, OTHER_BSS_SYMBOLS and
OTHER_BSS_END_SYMBOLS.
* scripttempl/elf.sc: Modify to use
OTHER_BSS_END_SYMBOLS.
* scripttempl/elfarm.sc: Remove file.
Catherine Moore [Mon, 31 Aug 1998 16:21:59 +0000 (16:21 +0000)]
remove armelf sanitization.
Catherine Moore [Mon, 31 Aug 1998 16:10:56 +0000 (16:10 +0000)]
remove armelf sanitization.
Catherine Moore [Mon, 31 Aug 1998 16:06:30 +0000 (16:06 +0000)]
* config/tc-arm.c: Remove OBJ_ELF definitions for
S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS. Only
use arm_adjust_symtab for OBJ_COFF.
(armelf_adjust_symtab): New Routine.
* config/tc-arm.h: Define obj_adjust_symtab to
armelf_adjust_symtab for OBJ_ELF.
Catherine Moore [Mon, 31 Aug 1998 15:50:04 +0000 (15:50 +0000)]
* Makefile.am: Add elf32-arm.c.
* Makefile.in: Rebuild.
* elf-bfd.h: Add elf_backend_get_symbol_type.
* elf.c (swap_out_syms): If defined, call
elf_backend_get_symbol_type.
* elf32-arm.c: Define elf_backend_get_symbol_type.
(elf32_arm_get_symbol-type): New routine.
(record_thumb_to_arm_glue): Change to use STT_ARM_TFUNC.
(bfd_elf32_arm_process_before_allocation): Change to
check for STT_ARM_TFUNC.
(elf32_arm_final_link_relocate): Likewise.
* elfxx-target.h: Add elf_backend_get_symbol_type.
Martin Hunt [Sun, 30 Aug 1998 07:53:29 +0000 (07:53 +0000)]
Sun Aug 30 00:49:18 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk-cmds.c (Gdbtk_Init): Link C variable gdb_context
with tcl variable gdb_context_id.
* gdbtk-hooks.c (gdbtk_context_change): Implement new hook called
context_hook. Called when threads change.
* gdbtk.c: Initialize gdb_context.
* gdbtk.h: Declare gdb_context.
* infrun (wait_for_inferior): Call context_hook.
* thread.c (thread_command): Call context_hook.
* defs.h: Declare context_hook.
Richard Henderson [Sun, 30 Aug 1998 05:26:19 +0000 (05:26 +0000)]
* i386.h: Add vtable relocs.
Richard Henderson [Sun, 30 Aug 1998 05:25:27 +0000 (05:25 +0000)]
* alpha-dis.c (print_insn_alpha): Use the machine type to
decide which PALcode set to include.
Richard Henderson [Sun, 30 Aug 1998 05:23:16 +0000 (05:23 +0000)]
* configure.in: Make all i386-elf targets use bfd_gas.
* config/tc-i386.c (tc_i386_force_relocation): New.
(tc_i386_fix_adjustable): Don't fix vtable relocs.
(md_apply_fix3): Likewise.
(tc_gen_reloc): Handle them.
* config/tc-i386.h (TC_FORCE_RELOCATION): Always define, calling
tc_i386_force_relocation.
Richard Henderson [Sat, 29 Aug 1998 02:46:21 +0000 (02:46 +0000)]
* archures.c (bfd_mach_alpha_ev[456]): New.
* cpu-alpha.c: Rework to match these types.
Richard Henderson [Sat, 29 Aug 1998 02:43:47 +0000 (02:43 +0000)]
* elf-bfd.h (_bfd_elf_rel_vtable_reloc_fn): Declare.
* elf.c (_bfd_elf_rel_vtable_reloc_fn): New.
* elf32-i386.c (elf_howto_table): Add vtable relocs.
(elf_i386_reloc_type_lookup): Recognize them.
(elf_i386_check_relocs): Pass them off to generic code.
(elf_i386_relocate_section): Ignore them.
(elf_i386_gc_mark_hook, elf_i386_gc_sweep_hook): New.
(elf_backend_can_gc_sections): True.
Catherine Moore [Fri, 28 Aug 1998 20:28:26 +0000 (20:28 +0000)]
remove armelf sanitization
Catherine Moore [Fri, 28 Aug 1998 20:26:14 +0000 (20:26 +0000)]
remove armelf sanitization.
Per Bothner [Fri, 28 Aug 1998 19:29:20 +0000 (19:29 +0000)]
* mdata-sh: Imported. Needed for automake support.
Martin Hunt [Fri, 28 Aug 1998 19:18:38 +0000 (19:18 +0000)]
Fri Aug 28 12:14:49 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk-cmds.c (gdb_loadfile): Open the file after doing
the symtab lookup and calling symtab_to_filename(). This
makes GDBtk work with the GDB "dir" command.
Catherine Moore [Thu, 27 Aug 1998 20:40:30 +0000 (20:40 +0000)]
add elfarm.sc to things to keep
Catherine Moore [Thu, 27 Aug 1998 20:39:21 +0000 (20:39 +0000)]
add armelf.em to things to keep.
Catherine Moore [Thu, 27 Aug 1998 20:35:58 +0000 (20:35 +0000)]
add elf32-arm.c to things to keep
Catherine Moore [Wed, 26 Aug 1998 17:55:50 +0000 (17:55 +0000)]
remove armelf sanitization.
Ken Raeburn [Wed, 26 Aug 1998 17:29:06 +0000 (17:29 +0000)]
Change sanitization of vrXXXX to cygnus, so redact might work on it.
This means using keep-vr4320 without keep-cygnus probably won't work.
Catherine Moore [Wed, 26 Aug 1998 17:25:19 +0000 (17:25 +0000)]
remove armelf sanitization
Catherine Moore [Wed, 26 Aug 1998 17:17:56 +0000 (17:17 +0000)]
remove armelf sanitization.
Joyce Janczyn [Wed, 26 Aug 1998 13:37:56 +0000 (13:37 +0000)]
Regress yesterday's change to jmp instn implementation in mn10300.igen.
Joyce Janczyn [Wed, 26 Aug 1998 13:31:38 +0000 (13:31 +0000)]
Regress yesterday's change to jmp instruction -- it has deceiving syntax.
Also tidy up some code to match documentation and fix div, divu by 0.
Ulrich Drepper [Wed, 26 Aug 1998 00:17:28 +0000 (00:17 +0000)]
(process_syminfo): Print names of files symbols are bound to, not the index.
Ulrich Drepper [Tue, 25 Aug 1998 23:48:58 +0000 (23:48 +0000)]
Update.
Ulrich Drepper [Tue, 25 Aug 1998 23:47:11 +0000 (23:47 +0000)]
(process_dynamic_segment): Read syminfo section if available.
(process_syminfo): New function. Print syminfo information.
(process_file): Call process_syminfo and free syminfo data at the end.
Joyce Janczyn [Tue, 25 Aug 1998 20:49:35 +0000 (20:49 +0000)]
* mn10300.igen (OP_F0F4): Need to load contents of register AN0
for jmp.
Michael Snyder [Tue, 25 Aug 1998 20:24:03 +0000 (20:24 +0000)]
Tue Aug 25 13:21:58 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* ax-gdb.c (gen_var_ref): Allow for typedef types.
(gen_cast, gen_bitfield_ref, gen_expr): ditto.
Frank Ch. Eigler [Tue, 25 Aug 1998 14:16:58 +0000 (14:16 +0000)]
* eCos tx3904sio sim - devo part 2/2
Tue Aug 25 12:49:46 1998 Frank Ch. Eigler <fche@cygnus.com>
* dv-tx3904sio.c: New file: tx3904 serial I/O module.
* configure.in: Add dv-tx3904sio, dv-sockser for tx39 target.
Reorganize target-specific sim-hardware checks.
* configure: rebuilt.
* interp.c (sim_open): For tx39 target boards, set
OPERATING_ENVIRONMENT, add tx3904sio devices.
* tconfig.in: For tx39 target, set SIM_HANDLES_LMA for loading
ROM executables. Install dv-sockser into sim-modules list.
* dv-tx3904irc.c: Compiler warning clean-up.
* dv-tx3904tmr.c: Compiler warning clean-up. Remove particularly
frequent hw-trace messages.
Frank Ch. Eigler [Tue, 25 Aug 1998 13:58:35 +0000 (13:58 +0000)]
* eCos tx3904sio sim - devo part 1/2
Tue Aug 25 12:45:27 1998 Frank Ch. Eigler <fche@cygnus.com>
* dv-sockser.c (sockser_addr): Make variable non-static.
Michael Snyder [Tue, 25 Aug 1998 01:31:06 +0000 (01:31 +0000)]
Mon Aug 24 18:29:03 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* tracepoint.c (collect_symbol): Handle register doubles that
are stored in two registers.
Mark Alexander [Mon, 24 Aug 1998 21:51:33 +0000 (21:51 +0000)]
* sh-stub.c (undoSStep): Improve comment.
* sparc-tdep.c (sparc_extract_struct_value_address): Simplify to use
same method on both 32-bit and 64-bit machines.
* sparcl-tdep.c (sparclite_check_watch_resources): Simulator doesn't
support hardware breakpoints.
* config/sparc/tm-sparc.h (CALL_DUMMY): Improve comments.
Nick Clifton [Mon, 24 Aug 1998 20:41:35 +0000 (20:41 +0000)]
Improve formatting of --help output
Joyce Janczyn [Mon, 24 Aug 1998 15:52:43 +0000 (15:52 +0000)]
* sim-main.h (SIM_HANDLES_LMA): Define SIM_HANDLES_LMA.
Joyce Janczyn [Mon, 24 Aug 1998 15:48:45 +0000 (15:48 +0000)]
* sim-hw.{c,h} (sim_hw_parse): Return struct hw pointer.
Tom Tromey [Fri, 21 Aug 1998 19:51:08 +0000 (19:51 +0000)]
* configure.in (target_libs): Added target-qthreads.
* Makefile.in (ALL_TARGET_MODULES): Added qthreads.
(CONFIGURE_TARGET_MODULES): Likewise.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(all-target-qthreads): New target.
(configure-target-libjava): Depend on configure-target-qthreads.
(all-target-libjava): Depend on all-target-qthreads.
Doug Evans [Fri, 21 Aug 1998 18:26:14 +0000 (18:26 +0000)]
heh heh, too quick with cuttin-n-pastin.
Sanitize tc-dvp.c part of last entry.
Nick Clifton [Fri, 21 Aug 1998 17:03:49 +0000 (17:03 +0000)]
Fix for PR15003 - add FLAG_MUL32 to MAC, MACS, MSUB and MSUBS insns.
Nick Clifton [Fri, 21 Aug 1998 17:03:20 +0000 (17:03 +0000)]
Fix for PR15003 - copy prev_opcode over opcode after issuing first insn in
a REVSEQ pair.
Ian Lance Taylor [Fri, 21 Aug 1998 16:02:40 +0000 (16:02 +0000)]
fix armelf sanitization and checks for mentions of sanitized files
Ian Lance Taylor [Fri, 21 Aug 1998 16:02:05 +0000 (16:02 +0000)]
fix armelf sanitization and earmelf.c dependencies
Ian Lance Taylor [Fri, 21 Aug 1998 15:58:30 +0000 (15:58 +0000)]
skip CVS when looking at sanitized files
Doug Evans [Fri, 21 Aug 1998 14:53:38 +0000 (14:53 +0000)]
* read.h (generate_lineno_debug): Add prototype.
* read.c (generate_lineno_debug): Make non-static.
* config/tc-dvp.c (insert_mpg_marker): Call generate_lineno_debug.
Part of fix for pr 16876.
Ian Lance Taylor [Fri, 21 Aug 1998 03:18:55 +0000 (03:18 +0000)]
* gas/i386/white.l: Revert patch of August 12.
Ian Lance Taylor [Fri, 21 Aug 1998 03:18:04 +0000 (03:18 +0000)]
Thu Aug 20 23:17:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* config/tc-i386.c (md_assemble): Only warn for address/data size
prefixes.
Nick Clifton [Thu, 20 Aug 1998 22:08:22 +0000 (22:08 +0000)]
Fix seg fault when displaying linker error message
Ian Lance Taylor [Thu, 20 Aug 1998 22:00:31 +0000 (22:00 +0000)]
check for mentions of sanitized files
Ian Lance Taylor [Thu, 20 Aug 1998 21:58:15 +0000 (21:58 +0000)]
rework last patch
Ian Lance Taylor [Thu, 20 Aug 1998 21:54:07 +0000 (21:54 +0000)]
mention directory when looking for sanitize
Nick Clifton [Thu, 20 Aug 1998 21:47:17 +0000 (21:47 +0000)]
do not adjust relocations against thumb function names as the linker needs
this information.
Ian Lance Taylor [Thu, 20 Aug 1998 21:16:39 +0000 (21:16 +0000)]
check for mentions of sanitized files
Ian Lance Taylor [Thu, 20 Aug 1998 20:58:28 +0000 (20:58 +0000)]
check for mentions of sanitized files
Ian Lance Taylor [Thu, 20 Aug 1998 20:55:13 +0000 (20:55 +0000)]
add configure to list of files to check
Ian Lance Taylor [Thu, 20 Aug 1998 20:54:08 +0000 (20:54 +0000)]
Check whether any sanitized files are mentioned elsewhere.
Jason Molenda [Thu, 20 Aug 1998 20:11:18 +0000 (20:11 +0000)]
1998-08-20 Jason Molenda (jsm@bugshack.cygnus.com)
* rdi-share/Makefile.am (INCLUDES): Fix typeo.
* rdi-share/Makefile.in: Regenerated.
Vladimir Makarov [Thu, 20 Aug 1998 20:08:23 +0000 (20:08 +0000)]
* expr.c (operand): Check also that there is no advance in operand
after atof_generic in order to decide "is it label 0f or floating
point number?".
Vladimir Makarov [Thu, 20 Aug 1998 18:28:07 +0000 (18:28 +0000)]
* expr.c (operand): Check more correctly that there is no advance
in operand after atof_generic in order to decide "is it label 0f
or floating point number?".
Vladimir Makarov [Thu, 20 Aug 1998 16:10:35 +0000 (16:10 +0000)]
* expr.c (operand): Check correctly that there is no advance in
operand after atof_generic in order to decide "is it label 0f or
floating point number".
PR16670
Jason Molenda [Thu, 20 Aug 1998 03:15:05 +0000 (03:15 +0000)]
1998-08-19 Jason Molenda (jsm@bugshack.cygnus.com)
* rdi-share/Makefile.am: Use just `INCLUDES' not `libname_INCLUDES'.
* rdi-share/Makefile.in: Regenerated.
Michael Snyder [Thu, 20 Aug 1998 00:32:36 +0000 (00:32 +0000)]
Wed Aug 19 15:43:26 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* elfcode.h (elf_object_p): Reject files of header type ET_CORE
(core files are treated differently than object files).
* elf-bfd.h (_bfd_elf_write_corefile_contents,
bfd_elf_mkcorefile): declare.
* elfxx-target.h (_bfd_elf_write_corefile_contents,
bfd_elf_mkcorefile): add to bfd_target vector.
* elfcore.h (elf_core_file_p): save the program header table,
and set the bfd architecture from the elf file header.
* elf.c (bfd_elf_mkcorefile): new function.
(_bfd_elf_write_corefile_contents): new function.
(assign_file_positions_for_segments): add cases for handling
PT_NOTE segments. (assign_file_positions_except_relocs):
core files should be handled the same as exec files.
(prep_headers): identify core files as type ET_CORE.
(copy_private_bfd_data): identify the sections belonging to
the PT_NOTE segment.
* elf32-sparc.c (elf32_sparc_final_write_processing):
add break statement to default case.
Keith Seitz [Thu, 20 Aug 1998 00:14:03 +0000 (00:14 +0000)]
* v850ice.c (v850ice_stop): New function to stop the ICE.
(v850ice_load) Pass filename to ICE DLL.
(ice_stepi, ice_nexti, ice_cont): Do not directly call the gdb
commands -- let the GUI do it so that it can retain control
of the display.
Anthony Green [Wed, 19 Aug 1998 22:57:00 +0000 (22:57 +0000)]
* i386v4-nat.c: Include sys/reg.h if present.
Vladimir Makarov [Wed, 19 Aug 1998 21:28:51 +0000 (21:28 +0000)]
* elf32-ppc.c (ppc_elf_relocate_section): Check that output
section (not input) will be in sections ".sbss", ".sbss2",
".sdata", and ".sdata" for R_PPC_SDAREL16, R_PPC_EMB_SDA2REL,
R_PPC_EMB_SDA21, R_PPC_EMB_RELSDA. In all these cases also ignore
output_offset for correct evaluation of addend.
PR16246
Ian Lance Taylor [Wed, 19 Aug 1998 20:23:33 +0000 (20:23 +0000)]
* dlltool.c (usage): Add file parameter. Change all callers.
(main): Don't treat '?' as a special case in getopt return.
* binutils.texi (dlltool): Document new options. Add some uses of
@var.
Wed Aug 19 16:19:07 1998 Mumit Khan <khan@xraylith.wisc.edu>
* dlltool.c (gen_def_file): Plug memory leak. Don't print
demangled name if it is NULL.
Support for exporting all symbols to an output export def file:
* dlltool.c ({export_all_symbols, no_default_excludes,
no_default_excludes, excludes}): New file static variables.
(struct string_list): Type to hold list of symbols to exclude.
(scan_drectve_symbols): Renamed from scan_open_obj_file.
(scan_filtered_symbols): New static function.
(add_excludes): New static function.
(match_exclude): New static function.
(set_default_excludes): New static function.
(filter_symbols): New static function.
(scan_all_symbols): New static function.
(scan_open_obj_file): New static function.
(usage): Document new options.
(long_options): Add new options.
(main): Handle new options.
Fernando Nasser [Wed, 19 Aug 1998 19:55:58 +0000 (19:55 +0000)]
*** empty log message ***
Nick Clifton [Wed, 19 Aug 1998 19:28:50 +0000 (19:28 +0000)]
Added missing sanitization markers
Nick Clifton [Wed, 19 Aug 1998 19:13:56 +0000 (19:13 +0000)]
Add arm/thumb-elf expected failures
Catherine Moore [Wed, 19 Aug 1998 16:40:22 +0000 (16:40 +0000)]
Add sanitization markers.
Nick Clifton [Wed, 19 Aug 1998 16:31:30 +0000 (16:31 +0000)]
Fix for PR 16412 - give M32R specific command line options a one dash prefix
instead of two.
Richard Henderson [Wed, 19 Aug 1998 10:09:01 +0000 (10:09 +0000)]
* config/alpha/alpha-linux (XDEPFILES): Build ser-tcp.
Keith Seitz [Wed, 19 Aug 1998 02:25:21 +0000 (02:25 +0000)]
* gdbtk-hooks.c (gdbtk_add_hooks): Set selected_frame_level_changed_hook
.
(gdbtk_selected_frame_changed): New function.
* gdbtk-cmds.c (Gdbtk_Init): Add command gdb_stack into interpreter.
Link gdb's global selected_frame_level with interpreter global
gdb_selected_frame_level.
(gdb_stack): New function to faciltate speedier backtraces from
gdbtk.
(get_frame_name): New helper function for gdb_stack.
Keith Seitz [Wed, 19 Aug 1998 02:24:45 +0000 (02:24 +0000)]
* stack.c: Define new hook, selected_frame_level_changed_hook, which
will be called whenever the selected stack level changes.
(select_frame): Call the selected_frame_level_changed_hook.
Stan Shebs [Wed, 19 Aug 1998 01:27:46 +0000 (01:27 +0000)]
* remote-rdi.c (arm_rdi_open): Pass serial device name to
Adp_OpenDevice, and include it in error reports.
Jason Molenda [Wed, 19 Aug 1998 00:09:17 +0000 (00:09 +0000)]
Ack, accidentally generated it with autoconf 2.12, not the current version.
Jason Molenda [Tue, 18 Aug 1998 23:04:24 +0000 (23:04 +0000)]
1998-08-18 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Add more header files to AC_CHECK_HEADERS.
* configure: Regenerated.
* command.c: Include wait.h or sys/wait.h if present.
* inftarg.c: Ditto.
* core-aout.c: Include ptrace.h or sys/ptrace.h if present, based
on autoconf test.
* infptrace.c: Ditto.
* expprint.c: Include ctype.h for isprint prototype.
* i386aix-nat.c: Include sys/reg.h if autoconf says it is present.
* i386v-nat.c: Include ptrace.h, sys/ptrace.h, and sys/reg.h if
present, based on autoconf test.
* utils.c: Include curses.h and term.h if present.
(puts_debug): Change 'carriage_return' local variable to return_p
to avoid name clash.
* config/m68k/nm-apollo68b.h: Don't define PTRACE_IN_WRONG_PLACE,
determine it with autoconf.
* config/i386/nm-linux.h: Don't define NO_SYS_REG_H, determine it
with autoconf.
* config/i386/nm-i386sco.h: Don't define NO_PTRACE_H, determine it
with autoconf.
* config/i386/nm-i386v.h: Ditto.
* config/i386/nm-symmetry.h: Ditto.
* config/m88k/xm-cxux.h: Ditto.
* config/m88k/xm-dgux.h: Ditto.
* config/m68k/delta68.mh (NAT_FILE): nm-delta68.h no longer necessary.
* config/m68k/nm-delta68.h: Removed.
Martin Hunt [Tue, 18 Aug 1998 22:43:18 +0000 (22:43 +0000)]
Tue Aug 18 15:42:40 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk-cmds.c (gdb_listfuncs): Strip out global constructors
and destructors from the function list.
Ian Lance Taylor [Tue, 18 Aug 1998 20:50:44 +0000 (20:50 +0000)]
* mips-opc.c: Insert contents of vu0.h, rather than including it.
* vu0.h: Remove.
* Makefile.am: Rebuild dependencies.
* Makefile: Rebuild.
Ken Raeburn [Tue, 18 Aug 1998 18:58:10 +0000 (18:58 +0000)]
fix broken sanitization
Catherine Moore [Tue, 18 Aug 1998 17:15:58 +0000 (17:15 +0000)]
* emultempl/armelf.em (gld_armelf_before_allocation):
Add bfd_ prefix to elf32_arm_process_before_allocation
and elf32_arm_allocate_interworking_sections.
(gld_armelf_after_open): Add bfd_ prefix to
elf32_arm_get_bfd_for_interworking.
Catherine Moore [Tue, 18 Aug 1998 17:03:48 +0000 (17:03 +0000)]
tc-arm.h: Define obj_fix_adjustable for OBJ_ELF.
tc-arm.c (arm_fix_adjustable): New routine.
Catherine Moore [Tue, 18 Aug 1998 16:55:29 +0000 (16:55 +0000)]
* elf32-arm.c: Add prefix bfd_ to elf32_arm_get_bfd_for_interworking,
elf32_arm_allocate_interworking_sections and
elf32_arm_process_before_allocation.
* bfd-in.h: Ammend prototype for
elf32_arm_process_before_allocation to remove surplus third
argument.
* bfd-in2.h: Regenerate.