OSDN Git Service

pf3gnuchains/sourceware.git
19 years agoPR 363
nickc [Thu, 9 Sep 2004 11:52:40 +0000 (11:52 +0000)]
PR 363
* ar.c (replace_members): Do not use get_file_size as ar_emul_append correctly
handles missing files.

19 years ago * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo.
corinna [Thu, 9 Sep 2004 11:35:14 +0000 (11:35 +0000)]
* fhandler_tape.cc (fhandler_dev_tape::open): Fix typo.

19 years ago * pipe.cc (create_selectable_pipe): Work around bug in Windows 95
corinna [Thu, 9 Sep 2004 08:58:44 +0000 (08:58 +0000)]
* pipe.cc (create_selectable_pipe): Work around bug in Windows 95
where CreateNamedPipe returns NULL.

19 years ago * include/sys/stat.h (_S_IFLNK): Add definition.
earnie [Thu, 9 Sep 2004 02:05:22 +0000 (02:05 +0000)]
* include/sys/stat.h (_S_IFLNK): Add definition.
(S_IFLNK) Ditto.
(_lstat) Ditto.
(lstat) Ditto.
(_S_ISLNK) Recode.
(S_ISLNK) Ditto.

19 years agodaily update
amodra [Thu, 9 Sep 2004 00:00:05 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Thu, 9 Sep 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years agoFix typo last entry
hp [Wed, 8 Sep 2004 23:44:28 +0000 (23:44 +0000)]
Fix typo last entry

19 years agomerge from gcc
dj [Wed, 8 Sep 2004 22:01:25 +0000 (22:01 +0000)]
merge from gcc

19 years ago2004-09-08 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 8 Sep 2004 22:00:46 +0000 (22:00 +0000)]
2004-09-08  Andrew Cagney  <cagney@gnu.org>

* gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
delivery test with duplicate at end of file.

19 years agoFix bug reported and analyzed by Olivier Crete:
jimb [Wed, 8 Sep 2004 21:58:16 +0000 (21:58 +0000)]
Fix bug reported and analyzed by Olivier Crete:
* symfile.c (copy_section_addr_info): New function.
(symbol_file_add_with_addrs_or_offsets): Use it to save the
original set of address arguments, instead of handwritten code
that uses one length to allocate and a different length to
initialize.  Use make_cleanup_free_section_addr_info.
* symfile.h (copy_section_addr_info): New declaration.
* utils.c: #include "symfile.h".
(do_free_section_addr_info, make_cleanup_free_section_addr_info):
New functions.
* defs.h (make_cleanup_free_section_addr_info): New declaration.
* Makefile.in (utils.o): Update dependencies.

19 years ago * config/obj-elf.c (obj_elf_section_type): Handle init_array,
pbrook [Wed, 8 Sep 2004 20:52:48 +0000 (20:52 +0000)]
* config/obj-elf.c (obj_elf_section_type): Handle init_array,
fini_array and preinit_array section types.
* config/tc-ia64.c (ia64_elf_section_type): Remove init_array
and fini_array.
* doc/as.texinfo: Document extra section types.

19 years ago2004-09-08 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 8 Sep 2004 19:44:21 +0000 (19:44 +0000)]
2004-09-08  Andrew Cagney  <cagney@gnu.org>

* thread-db.c (keep_thread_db): Delete.
(thread_db_new_objfile, thread_db_create_inferior)
(thread_db_mourn_inferior): Simplify assuming !keep_thread_db.

19 years ago * include/sys/stat.h (_S_ISLNK): Add definition.
earnie [Wed, 8 Sep 2004 18:24:11 +0000 (18:24 +0000)]
* include/sys/stat.h (_S_ISLNK): Add definition.
(S_ISLNG): Ditto.

19 years ago* i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
kettenis [Wed, 8 Sep 2004 14:46:01 +0000 (14:46 +0000)]
* i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
(FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
(FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
(i386_frameless_signal_p): Remove prototype.
* i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
(GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
I386_SSE_NUM_REGS.
* i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
instead of FP0_REGNUM.
(i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
of FP0_REGNUM and FPC_REGNUM.

19 years ago* solib-sunos.c (sunos_relocate_main_executable): Remove function.
kettenis [Wed, 8 Sep 2004 14:31:10 +0000 (14:31 +0000)]
* solib-sunos.c (sunos_relocate_main_executable): Remove function.
(sunos_solib_create_inferior_hook): Don't call
sunos_relocate_main_executable.

19 years ago* sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
kettenis [Wed, 8 Sep 2004 14:24:01 +0000 (14:24 +0000)]
* sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
solib_svr4_fetch_link_map_offsets to
svr4_ilp32_fetch_link_map_offsets.
* sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
(sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
svr4_ilp32_fetch_link_map_offsets.
* Makefile.in (sparcobsd-tdep.o): Update dependencies.

19 years ago * allinsn.exp: Add new tests.
corinna [Wed, 8 Sep 2004 09:20:29 +0000 (09:20 +0000)]
* allinsn.exp: Add new tests.
* bandor.s: New file.
* bandornot.s: New file.
* bclr.s: New file.
* bld.s: New file.
* bldnot.s: New file.
* bset.s: New file.
* bst.s: New file.
* bxor.s: New file.
* clip.s: New file.
* div.s: New file.
* fail.s: New file, make sure fail works.
* fsca.s: New file.
* fsrra.s: New file.
* mov.s: New file.
* mulr.s: New file.
* pass.s: New file, make sure pass works.
* pushpop.s: New file.
* resbank.s: New file.
* testutils.inc (bf8k, bt8k, assertmem): New macros.

19 years ago * gencode.c (movua.l): Compensate for endianness.
corinna [Wed, 8 Sep 2004 09:11:50 +0000 (09:11 +0000)]
* gencode.c (movua.l): Compensate for endianness.

* interp.c (RAISE_EXCEPTION_IF_IN_DELAY_SLOT): New macro.
(in_delay_slot): New flag variable.
(Delay_Slot): Set in_delay_slot.
(sim_resume): Reset in_delay_slot after leaving code switch.
* gencode.c (op tab): Call RAISE_EXCEPTION_IF_IN_DELAY_SLOT for all
instructions not allowed in delay slots.

Commited by Corinna Vinschen <vinschen@redhat.com>
Introduce SH2a support.
* interp.c: Change type of jump table to short.  Add various macros.
(sim_load): Save the bfd machine code.
(sim_create_inferior): Ditto.
(union saved_state_type): Add tbr, ibnr and ibcr registers.
Move bfd_mach to end of struct.  Add regstack pointer.
(init_dsp): Don't swap contents of sh_dsp_table any more.  Instead
use it directly in its own switch statement.  Allocate space for 512
register banks.
(do_long_move_insn): New function.
(do_blog_insn): Ditto.
(trap): Use trap #13 and trap #14 to set ibnr and ibcr.
* gencode.c: Move movx/movy insns into separate switch statement.
(op tab): Add sh2a insns.  Reject instructions that are disabled
on that chip.
(gensim_caselist): Generate default case here instead of in caller.
(gensim): Generate two separate switch statements.  Call
gensim_caselist once for each (for movsxy_tab and for tab).
Add tokens for r15 and multiple regs.
(conflict_warn, warn_conflicts): Add for debugging.

19 years ago * sim-sh.h: Add new sh2a banked registers.
corinna [Wed, 8 Sep 2004 09:03:42 +0000 (09:03 +0000)]
* sim-sh.h: Add new sh2a banked registers.

19 years ago* frame.h (frame_register): Doc fix.
jimb [Wed, 8 Sep 2004 04:56:18 +0000 (04:56 +0000)]
* frame.h (frame_register): Doc fix.

19 years ago*** empty log message ***
gdbadmin [Wed, 8 Sep 2004 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Wed, 8 Sep 2004 00:00:14 +0000 (00:00 +0000)]
daily update

19 years ago2004-09-05 Pierre Humblet <pierre.humblet@ieee.org>
phumblet [Tue, 7 Sep 2004 23:26:28 +0000 (23:26 +0000)]
2004-09-05  Pierre Humblet <pierre.humblet@ieee.org>

        * cygheap.h (cwdstuff::drive_length): New member.
        (cwdstuff::get_drive): New method.
        * path.cc (normalize_win32_path): Simplify by using cwdstuff::get_drive.
        (mount_info::conv_to_win32_path): Use cwdstuff::get_drive as default for /.
        (cwdstuff::set): Initialize drive_length.

19 years ago * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Reset
hp [Tue, 7 Sep 2004 22:37:52 +0000 (22:37 +0000)]
* elf32-cris.c (elf_cris_adjust_gotplt_to_got): Reset
h->gotplt_refcount to 0, not -1.

19 years ago2004-09-07 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 7 Sep 2004 21:55:09 +0000 (21:55 +0000)]
2004-09-07  Andrew Cagney  <cagney@gnu.org>

* vx-share/wait.h: Delete #ifdef USG.
* utils.c (request_quit): Ditto.
* tui/tui.c (tui_reset): Ditto.
* remote.c: Ditto.
* remote-sds.c: Ditto.
* remote-rdi.c: Ditto.
* mdebugread.c: Ditto.
* m68klinux-nat.c: Ditto.
* infttrace.c: Ditto.
* infptrace.c: Ditto.
* i386v-nat.c: Ditto.
* exec.c: Ditto.
* dbxread.c: Ditto.
* core-aout.c: Ditto.

19 years ago * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
hp [Tue, 7 Sep 2004 18:33:20 +0000 (18:33 +0000)]
* elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
case R_CRIS_32_GOTPLT>: For internal error message, handle NULL
symname.
(cris_elf_check_relocs) <case R_CRIS_32_PLT_PCREL>: Don't try to
handle symbol visibility here.

19 years ago * ld-cris/hiddef1.d, ld-cris/hiddef1.d, ld-cris/hidrefgotplt1.s:
hp [Tue, 7 Sep 2004 18:32:25 +0000 (18:32 +0000)]
* ld-cris/hiddef1.d, ld-cris/hiddef1.d, ld-cris/hidrefgotplt1.s:
New test.

19 years agobinutils/
hjl [Tue, 7 Sep 2004 17:00:54 +0000 (17:00 +0000)]
binutils/

2004-09-07  H.J. Lu  <hongjiu.lu@intel.com>

* configure: Regenerated with autconfig 2.13.

ld/

2004-09-07  H.J. Lu  <hongjiu.lu@intel.com>

* configure: Regenerated with autconfig 2.13.

19 years ago * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
schwab [Tue, 7 Sep 2004 15:54:46 +0000 (15:54 +0000)]
* ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
alignment before adjusting DATA_SEGMENT_RELRO_END.

19 years ago * elf64-ppc.c (struct ppc_link_hash_table): Add stub_globals.
amodra [Tue, 7 Sep 2004 13:40:33 +0000 (13:40 +0000)]
* elf64-ppc.c (struct ppc_link_hash_table): Add stub_globals.
(is_ppc64_elf_target): Rename from is_ppc64_target.  Update all
callers.
(ppc_stub_name): Remove trailing "+0" on stub name.
(create_linkage_sections): Create relocations for
branch lookup table when --emit-relocs as well as when --shared.
(ppc_build_one_stub): Emit relocs for long branch stubs.  Adjust
relbrlt test.  For --emit-stub-syms, always output a sym even when
one already exists on a plt call stub.  Put stub type in the stub
symbol name.
(ppc_size_one_stub): Size long branch stub relocs.  Adjust relbrlt
test.
(ppc64_elf_size_stubs): Count global sym stubs added.  Zero
reloc_count in stub sections.  Adjust relbrlt test.
(ppc64_elf_build_stubs): Adjust relbrlt test.  Tweak stats output.
* elflink.c (bfd_elf_size_dynamic_sections): Fix comment typo.
(elf_link_input_bfd): Ignore symbol index zero relocs when checking
for relocs against discarded symbols.  Fix comments.

19 years ago2004-09-07 Paolo Bonzini <bonzini@gnu.org>
bonzini [Tue, 7 Sep 2004 08:34:05 +0000 (08:34 +0000)]
2004-09-07  Paolo Bonzini  <bonzini@gnu.org>

* missing: Import latest version from master repository.

19 years ago* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value to
cgf [Tue, 7 Sep 2004 04:05:13 +0000 (04:05 +0000)]
* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value to
indicate that it is "special".
* thread.cc (pthread::exit): If __sdidinit is < 0, it was never really
initialized so reset it to 0 before calling _reclaim_reent.

19 years ago*** empty log message ***
gdbadmin [Tue, 7 Sep 2004 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Tue, 7 Sep 2004 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago * elf-bfd.h (_bfd_elf_make_dynamic_segment): Declare it.
mmitchel [Mon, 6 Sep 2004 20:55:21 +0000 (20:55 +0000)]
* elf-bfd.h (_bfd_elf_make_dynamic_segment): Declare it.
* elf.c (_bfd_elf_make_dynamic_segment): New function, split out
from ...
(map_sections_to_segments): ... here.  Use it.  Assign a file
position to the .dynamic section if it is not loadable, but part
of the PT_DYNAMIC segment.
* elf32-arm.h (elf32_arm_finish_dynamic_sections): Use file
offsets, not VMAs, for the BPABI.  Do not fill in the header in
the .got.plt section for the BPABI.
* elfarm-nabi.c (elf32_arm_symbian_modify_segment_map): Add a
PT_DYNAMIC segment.
(elf_backend_want_got_plt): Define to zero for Symbian OS.

* emulparams/armsymbian.sh: Use armbpabi script.
* scripttempl/armbpabi.sc: New script.

19 years ago * bsd_mutex.cc (_msleep): Disable resetting event object for now.
corinna [Mon, 6 Sep 2004 20:32:45 +0000 (20:32 +0000)]
* bsd_mutex.cc (_msleep): Disable resetting event object for now.

19 years ago * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
dannysmith [Mon, 6 Sep 2004 20:00:55 +0000 (20:00 +0000)]
    * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
        documentation.

19 years ago(elf_link_add_object_symbols): Set the error code to bfd_error_wrong_format when
nickc [Mon, 6 Sep 2004 17:24:32 +0000 (17:24 +0000)]
(elf_link_add_object_symbols): Set the error code to bfd_error_wrong_format when
the input format does not match the output format.

19 years ago * elf64-ppc.c (is_ppc64_target): New function, extracted from..
amodra [Mon, 6 Sep 2004 12:37:09 +0000 (12:37 +0000)]
* elf64-ppc.c (is_ppc64_target): New function, extracted from..
(ppc64_elf_check_directives): ..here.
(ppc64_elf_size_dynamic_sections): Use it here to check bfd type
before accessing ppc64_elf_tdata.
(ppc64_elf_finish_dynamic_sections): And here too.

19 years ago* gdb.base/unload.exp: Link with -dl on *-*-solaris*.
kettenis [Mon, 6 Sep 2004 11:09:45 +0000 (11:09 +0000)]
* gdb.base/unload.exp: Link with -dl on *-*-solaris*.

19 years ago2004-09-06 Hosaka Yuji <hos@tamanegi.org>
dannysmith [Mon, 6 Sep 2004 09:09:32 +0000 (09:09 +0000)]
2004-09-06  Hosaka Yuji  <hos@tamanegi.org>

* include/mshtml.h (IHTMLDocument2): Correct get_selection
declaration.
(IHTMLSelectionObject): Correct get_type declaration.
(IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
IHTMLBodyElement2): Add interfaces.
(LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
typedefs.
* lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
Add IIDs.

19 years agofix spelling typo in previous ChangeLog entry
nickc [Mon, 6 Sep 2004 08:09:08 +0000 (08:09 +0000)]
fix spelling typo in previous ChangeLog entry

19 years agoDocument that the -x switch includs the effect of the -p switch.
nickc [Mon, 6 Sep 2004 08:07:41 +0000 (08:07 +0000)]
Document that the -x switch includs the effect of the -p switch.

19 years ago*** empty log message ***
gdbadmin [Mon, 6 Sep 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Mon, 6 Sep 2004 00:00:05 +0000 (00:00 +0000)]
daily update

19 years ago * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
brobecke [Sun, 5 Sep 2004 20:15:40 +0000 (20:15 +0000)]
    * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
        heuristic_proc_desc.
        (mips_insn32_frame_cache): Likewise.

19 years ago* include/cygwin/version.h: Bump DLL minor number to 12.
cgf [Sun, 5 Sep 2004 16:08:40 +0000 (16:08 +0000)]
* include/cygwin/version.h: Bump DLL minor number to 12.

19 years ago * include/w32api.h: Increment version to 3.1.
earnie [Sun, 5 Sep 2004 15:27:56 +0000 (15:27 +0000)]
* include/w32api.h: Increment version to 3.1.
* Makefile.in: Ditto.

19 years ago * mingwex/Makefile.in: Correct typo in list of DISTFILES.
earnie [Sun, 5 Sep 2004 14:15:00 +0000 (14:15 +0000)]
* mingwex/Makefile.in: Correct typo in list of DISTFILES.

19 years ago * include/_mingw.h: Increment minor version for 3.5 release.
earnie [Sun, 5 Sep 2004 13:51:33 +0000 (13:51 +0000)]
* include/_mingw.h: Increment minor version for 3.5 release.
* Makefile.in: Ditto.

19 years ago2004-09-05 Hosaka Yuji <hos@tamanegi.org>
dannysmith [Sun, 5 Sep 2004 10:35:33 +0000 (10:35 +0000)]
2004-09-05  Hosaka Yuji  <hos@tamanegi.org>

* include/winuser.h (MonitorFromPoint, MonitorFromRect,
MonitorFromWindow): Add prototypes.
* lib/user32.def (MonitorFromPoint, MonitorFromRect,
MonitorFromWindowMonitorFromWindow): Add stubs.
* include/shellapi.h (DuplicateIcon): Add prototype.

19 years ago * include/winuser.h (WINUSERAPI): New define.
dannysmith [Sun, 5 Sep 2004 10:14:25 +0000 (10:14 +0000)]
* include/winuser.h (WINUSERAPI): New define.
Use it to mark user32.dll imports, throughout.

19 years ago22004-09-05 Hosaka Yuji <hos@tamanegi.org>
dannysmith [Sun, 5 Sep 2004 10:05:22 +0000 (10:05 +0000)]
22004-09-05  Hosaka Yuji  <hos@tamanegi.org>

* lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
HidD_GetPreparsedData, HidD_GetProductString,
HidD_GetSerialNumberString, HidD_SetConfiguration,
HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.

19 years agomerge from gcc
dj [Sun, 5 Sep 2004 06:04:05 +0000 (06:04 +0000)]
merge from gcc

19 years ago2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
chastain [Sun, 5 Sep 2004 04:46:24 +0000 (04:46 +0000)]
2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>

* config/hppro.exp: Removed.

19 years ago2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
chastain [Sun, 5 Sep 2004 04:43:00 +0000 (04:43 +0000)]
2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>

* config/sparclet.exp: Removed.

19 years ago2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
chastain [Sun, 5 Sep 2004 04:35:22 +0000 (04:35 +0000)]
2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>

* config/udi.exp: Removed.

19 years ago * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
brobecke [Sun, 5 Sep 2004 00:19:29 +0000 (00:19 +0000)]
    * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
        left behind by error.

19 years agodaily update
amodra [Sun, 5 Sep 2004 00:00:07 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Sun, 5 Sep 2004 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
brobecke [Sat, 4 Sep 2004 23:46:48 +0000 (23:46 +0000)]
    * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
        * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.

19 years ago * config/rs6000/xm-aix4.h: Remove this file.
brobecke [Sat, 4 Sep 2004 23:41:01 +0000 (23:41 +0000)]
    * config/rs6000/xm-aix4.h: Remove this file.
        * config/rs6000/aix4.mh (XM_FILE): Delete.

19 years ago * config/rs6000/xm-rs6000.h: Remove this file.
brobecke [Sat, 4 Sep 2004 23:38:36 +0000 (23:38 +0000)]
    * config/rs6000/xm-rs6000.h: Remove this file.
        * config/rs6000/rs6000.mh (XM_FILE): Remove.

19 years ago Correct pasto in ChangeLog
dannysmith [Sat, 4 Sep 2004 10:09:52 +0000 (10:09 +0000)]
Correct pasto in ChangeLog

19 years ago * dlltool.c (make_one_lib): Test if internal_name was specified
dannysmith [Sat, 4 Sep 2004 10:08:10 +0000 (10:08 +0000)]
* dlltool.c (make_one_lib): Test if internal_name was specified
by user before using it.

19 years agoImport latest version from master repository.
nickc [Sat, 4 Sep 2004 07:53:53 +0000 (07:53 +0000)]
Import latest version from master repository.

19 years ago * bfd.c (_bfd_default_error_handler): Correct loop exit.
amodra [Sat, 4 Sep 2004 01:30:21 +0000 (01:30 +0000)]
* bfd.c (_bfd_default_error_handler): Correct loop exit.

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Sat, 4 Sep 2004 00:16:50 +0000 (00:16 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
(_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
only use.

19 years ago*** empty log message ***
gdbadmin [Sat, 4 Sep 2004 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Sat, 4 Sep 2004 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 3 Sep 2004 23:47:22 +0000 (23:47 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* mips-tdep.c (temp_saved_regs): Delete.
(set_reg_offset): Replace saved_regs parameter with this_cache.
(heuristic_proc_desc, mips16_heuristic_proc_desc)
(mips32_heuristic_proc_desc): Add this_cache parameter.
(mips_insn32_frame_cache, mips_insn16_frame_cache)
(after_prologue): Pass a NULL this_cache.

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 3 Sep 2004 23:00:11 +0000 (23:00 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
non-kernel trap prologues.

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 3 Sep 2004 22:41:23 +0000 (22:41 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* mips-tdep.c (find_proc_desc): Delete function.
(mips_mdebug_frame_cache): Inline call to find_proc_desc,
simplify.
(mips_insn16_frame_cache): Replace find_proc_desc with code from
mips_insn32_frame_cache.

19 years ago * mips-tdep.c (find_proc_desc): Inline call to find_proc_desc.
cagney [Fri, 3 Sep 2004 22:31:23 +0000 (22:31 +0000)]
* mips-tdep.c (find_proc_desc): Inline call to find_proc_desc.
Simplify as NEXT_FRAME is NULL.
(find_proc_desc): Simplify as NEXT_FRAME is non-NULL.

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 3 Sep 2004 22:18:13 +0000 (22:18 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* mips-tdep.c (after_prologue): Replace proc_desc parameter with
local variable.
(mips_skip_prologue): Update.

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 3 Sep 2004 22:00:41 +0000 (22:00 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
"cur_frame" parameter.
(after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):

19 years ago * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
rth [Fri, 3 Sep 2004 19:09:38 +0000 (19:09 +0000)]
    * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
        *-*-netware, but add target-libmudflap.
        Consolidate *-*-netware targets (of which really only i?86 exists)
        into a single entry.
        * configure: Likewise.

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 3 Sep 2004 19:08:17 +0000 (19:08 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* config/vax/nm-obsd.h: Delete file.
* config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
* config/vax/nm-nbsd.h: Delete file.
* config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
* config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/sh/nm-nbsd.h: Delete file.
* config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/rs6000/nm-rs6000ly.h: Delete file.
* config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
* config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
* config/powerpc/nm-obsd.h: Delete file.
* config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
* config/powerpc/nm-nbsd.h: Delete file.
* config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/pa/nm-obsd.h: Delete file.
* config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
* config/mips/nm-nbsd.h: Delete file.
* config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/m88k/nm-obsd.h: Delete file.
* config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
* config/m68k/nm-nbsd.h: Delete file.
* config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
* config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/i386/nm-nbsd.h: Delete file.
* config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
* config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/i386/nm-i386lynx.h: Delete file.
* config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
* config/arm/nm-nbsd.h: Delete file.
* config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
* config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 3 Sep 2004 19:08:08 +0000 (19:08 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* config/vax/nm-obsd.h: Delete file.
* config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
* config/vax/nm-nbsd.h: Delete file.
* config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
* config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/sh/nm-nbsd.h: Delete file.
* config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/rs6000/nm-rs6000ly.h: Delete file.
* config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
* config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
* config/powerpc/nm-obsd.h: Delete file.
* config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
* config/powerpc/nm-nbsd.h: Delete file.
* config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/pa/nm-obsd.h: Delete file.
* config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
* config/mips/nm-nbsd.h: Delete file.
* config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/m88k/nm-obsd.h: Delete file.
* config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
* config/m68k/nm-nbsd.h: Delete file.
* config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
* config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/i386/nm-nbsd.h: Delete file.
* config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
* config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
* config/i386/nm-i386lynx.h: Delete file.
* config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
* config/arm/nm-nbsd.h: Delete file.
* config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
* config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 3 Sep 2004 18:01:47 +0000 (18:01 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* config/i386/tm-fbsd.h: Delete file.
* config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
* config/i386/fbsd.mt (TM_FILE): Set to solib.h.

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 3 Sep 2004 17:29:55 +0000 (17:29 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* config/rs6000/tm-rs6000-aix4.h: Delete file.
* config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
* config/rs6000/aix4.mt (TM_FILE): Set to
config/rs6000/tm-rs6000.h.
* config/powerpc/tm-ppc-aix.h: Delete file.
* config/powerpc/aix.mt (TM_FILE): Set to
config/rs6000/tm-rs6000.h.
* config/m68k/tm-linux.h: Delete file.
* config/m68k/linux.mt (TM_FILE): Set to solib.h
* config/i386/tm-linux64.h: Delete file.
* config/i386/linux64.mt (TM_FILE): Set to solib.h.
* config/djgpp/fnchange.lst: Do not rename tm-linux.h.

19 years ago * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors.
mmitchel [Fri, 3 Sep 2004 17:15:29 +0000 (17:15 +0000)]
* config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors.
* configure.in (bfd_elf32_bigarm_symbian_vec): Add it.
(bfd_elf32_littlearm_symbian_vec): Likewise.
* configure: Regenerated.
* elf-bfd.h (elf_backend_data): Add dynamic_sec_flags.
* elf32-arm.h (PLT_HEADER_SIZE): Do not define.
(PLT_ENTRY_SIZE): Likewise.
(bfd_vma_elf32_arm_symbian_plt_entry): New
variable.
(elf32_arm_link_hash_table): Add plt_header_size, plt_entry_size,
and symbian_p.
(create_got_section): Don't create sections when generating BPABI
objects.
(elf32_arm_create_dynamic_sections): Tidy.
(elf32_arm_link_hash_table_create): Set plt_header_size,
plt_entry_size, and symbian_p.
(elf32_arm_check_relocs): Do not mark .rel.dyn as loadable when
generating BPABI objects.
(allocate_dynrelocs): Use htab->plt_header_size, not
PLT_HEADER_SIZE.  Do not add to .got.plt when
generating BPABI objects.
(elf32_arm_finish_dynamic_symbol): Generate Symbian OS PLTs.
* elfarm-nabi.c: Add SymbianOS target vectors.
* elflink.c (_bfd_elf_create_got_section): Use dynamic_sec_flags.
(_bfd_elf_link_create_dynamic_sections): Likewise.
* elfxx-target.h (ELF_DYNAMIC_SEC_FLAGS): New macro.
(elfNN_bed): Use it.
* targets.c (bfd_elf32_bigarm_symbian_vec): New variable.
(bfd_elf32_littlearm_symbian_vec): Likewise.
(_bfd_target_vector): Add them.

* Makefile.am (TARG_ENV_HFILES): Add te-symbian.h.
* Makefile.in: Regenerated.
* configure.in: Set em for arm*-*-symbianelf*.
* configure: Regenerated.
* config/tc-arm.c (elf32_arm_target_format): Use Symbian target
vectors when appropriate.
* config/te-symbian.h: New file.

* Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
(earmsymbian.c): New target.
* configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
* Makefile.in: Regenerated.
* aclocal.m4: Likewise.
* configure: Likewise.
* emulparams/armsymbian.sh: New file.

19 years agoIndex: ChangeLog
cagney [Fri, 3 Sep 2004 17:13:44 +0000 (17:13 +0000)]
Index: ChangeLog
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
* config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
* config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
* config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
* config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
* config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
* config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
* sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
* sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.

Index: doc/ChangeLog
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.

19 years ago2004-09-03 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 3 Sep 2004 16:59:28 +0000 (16:59 +0000)]
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
gdb_host_cpu.

19 years agoAdd LD and GAS testsuites for CRX port.
nickc [Fri, 3 Sep 2004 14:31:36 +0000 (14:31 +0000)]
Add LD and GAS testsuites for CRX port.
Fix several crx bugs.

19 years agoPR 360
nickc [Fri, 3 Sep 2004 14:11:36 +0000 (14:11 +0000)]
PR 360
(handle_COMDAT): Replace abort with an warning message and allow the scan to
continue.

19 years ago * security.cc: Fix a few more strace_prints.
corinna [Fri, 3 Sep 2004 08:18:40 +0000 (08:18 +0000)]
* security.cc: Fix a few more strace_prints.

19 years ago2004-09-03 Paolo Bonzini <bonzini@gnu.org>
bonzini [Fri, 3 Sep 2004 06:53:15 +0000 (06:53 +0000)]
2004-09-03  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

19 years agoRegularize most strace_prints throughout so that %E is always preceded by a
cgf [Fri, 3 Sep 2004 01:53:11 +0000 (01:53 +0000)]
Regularize most strace_prints throughout so that %E is always preceded by a
comma and elminate most uses of "foo = %s" to "foo %s".

19 years agoChristopher Faylor <cgf@timesys.com>
cgf [Fri, 3 Sep 2004 01:32:02 +0000 (01:32 +0000)]
Christopher Faylor <cgf@timesys.com>
* autoload.cc (NtQueryInformationFile): Return nonzero on error.
* ntdll.h (FILE_PIPE_LOCAL_INFORMATION): Add.
(NtQueryInformationFile): Fix types for last two arguments.
* pipe.cc: Include stdlib.h, limits.h, and ntdll.h.
(create_selectable_pipe): New function to create a pipe that can be used with
NtQueryInformationFile for select.
(fhandler_pipe::create): Call create_selectable_pipe instead of CreatePipe.
(pipe): Use DEFAULT_PIPEBUFSIZE as argument to create_pipe.
* select.cc: Include limits.h and ntdll.h.
(peek_pipe): Add select_printf output.  Call NtQueryInformationFile to
implement select for write on pipes.
(fhandler_pipe::select_read): Reorder field assignments to be consistent with
fhandler_pipe::select_write.
(fhandler_pipe::select_write): Initialize startup, verify, cleanup, and
write_ready fields for select_record.
(fhandler_pipe::select_except): Tweak indentation to be consistent with
fhandler_pipe::select_write.

19 years agodaily update
amodra [Fri, 3 Sep 2004 00:00:05 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Fri, 3 Sep 2004 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
brobecke [Thu, 2 Sep 2004 22:57:49 +0000 (22:57 +0000)]
    * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
        Minor reformatting. Some code factoring.

19 years ago2004-09-02 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 2 Sep 2004 22:37:40 +0000 (22:37 +0000)]
2004-09-02  Andrew Cagney  <cagney@gnu.org>

* config/vax/nbsd.mt (TM_FILE): Set to solib.h.
* config/vax/tm-nbsd.h: Delete file.
* config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
* config/sparc/tm-vxworks.h: Delete file.
* config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
* config/sparc/tm-nbsd.h: Delete file.
* config/sparc/linux64.mt (TM_FILE): Set to solib.h.
* config/sparc/linux.mt (TM_FILE): Set to solib.h.
* config/sparc/tm-linux.h: Delete file.
* config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
* config/s390/tm-linux.h: Delete file.
* config/pa/obsd.mt (TM_FILE): Set to solib.h.
* config/pa/tm-bsd.h: Delete file.
* config/m68k/obsd.mt (TM_FILE): Set to solib.h.
* config/m68k/tm-obsd.h: Delete file.
* config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
* config/m68k/tm-nbsd.h: Delete file.
* config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
* config/i386/tm-vxworks.h: Delete file.
* config/i386/obsd64.mt (TM_FILE): Set to solib.h.
* config/i386/obsd.mt (TM_FILE): Set to solib.h.
* config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
* config/i386/nbsd.mt (TM_FILE): Set to solib.h.
* config/i386/tm-nbsd.h: Delete file.
* config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
* config/i386/tm-i386lynx.h: Delete file.
* config/cris/cris.mt (TM_FILE): Set to solib.h.
* config/cris/tm-cris.h: Delete file.

19 years ago2004-09-02 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 2 Sep 2004 22:37:31 +0000 (22:37 +0000)]
2004-09-02  Andrew Cagney  <cagney@gnu.org>

* config/vax/nbsd.mt (TM_FILE): Set to solib.h.
* config/vax/tm-nbsd.h: Delete file.
* config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
* config/sparc/tm-vxworks.h: Delete file.
* config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
* config/sparc/tm-nbsd.h: Delete file.
* config/sparc/linux64.mt (TM_FILE): Set to solib.h.
* config/sparc/linux.mt (TM_FILE): Set to solib.h.
* config/sparc/tm-linux.h: Delete file.
* config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
* config/s390/tm-linux.h: Delete file.
* config/pa/obsd.mt (TM_FILE): Set to solib.h.
* config/pa/tm-bsd.h: Delete file.
* config/m68k/obsd.mt (TM_FILE): Set to solib.h.
* config/m68k/tm-obsd.h: Delete file.
* config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
* config/m68k/tm-nbsd.h: Delete file.
* config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
* config/i386/tm-vxworks.h: Delete file.
* config/i386/obsd64.mt (TM_FILE): Set to solib.h.
* config/i386/obsd.mt (TM_FILE): Set to solib.h.
* config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
* config/i386/nbsd.mt (TM_FILE): Set to solib.h.
* config/i386/tm-nbsd.h: Delete file.
* config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
* config/i386/tm-i386lynx.h: Delete file.
* config/cris/cris.mt (TM_FILE): Set to solib.h.
* config/cris/tm-cris.h: Delete file.

19 years ago2004-09-02 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 2 Sep 2004 22:14:21 +0000 (22:14 +0000)]
2004-09-02  Andrew Cagney  <cagney@gnu.org>

* configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
* configure: Re-generate.
* config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
* config/arm/tm-nbsd.h: Delete file.

19 years ago2004-09-02 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 2 Sep 2004 20:57:17 +0000 (20:57 +0000)]
2004-09-02  Andrew Cagney  <cagney@gnu.org>

* config/powerpc/tm-ppcle-sim.h: Delete.
* config/powerpc/tm-ppcle-eabi.h: Delete.
* config/powerpc/tm-nbsd.h: Delete.
* config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
* config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
tm-ppcle-eabi.h.

19 years ago2004-09-02 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 2 Sep 2004 19:52:33 +0000 (19:52 +0000)]
2004-09-02  Andrew Cagney  <cagney@gnu.org>

* config/i386/nto.mh (NAT_FILE): Delete.
* config/i386/nm-nto.h: Delete.

19 years ago2004-09-02 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 2 Sep 2004 19:16:31 +0000 (19:16 +0000)]
2004-09-02  Andrew Cagney  <cagney@gnu.org>

* config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
* config/m68k/tm-os68k.h: Ditto.
* config/m68k/tm-monitor.h: Ditto.
* config/m68k/tm-cisco.h: Ditto.
* config/m68k/st2000.mt (TM_FILE): Delete.
* config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
* config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
* config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
* m68k-tdep.c (m68k_get_longjmp_target): Make static.

19 years ago2004-09-02 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 2 Sep 2004 19:08:35 +0000 (19:08 +0000)]
2004-09-02  Andrew Cagney  <cagney@gnu.org>

* config/m68k/tm-st2000.h: Delete.
* config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
* config/sparc/fbsd.mt (TM_FILE): Delete.
* config/sparc/tm-fbsd.h: Delete.