]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
23 years agohppaelf.em: Merge from elf32.em and implement multiple linker stubs.
Alan Modra [Sun, 9 Jul 2000 08:45:29 +0000 (08:45 +0000)] 
hppaelf.em: Merge from elf32.em and implement multiple linker stubs.
Makefile.am: Re-enable ehppaelf.o, add ehppalinux.o
configure.tgt: targ_emul=hppalinux for hppa*linux

23 years agoAdd linux-elf flavour to pseudos in tc-hppa.c and some tidying
Alan Modra [Sun, 9 Jul 2000 08:16:21 +0000 (08:16 +0000)] 
Add linux-elf flavour to pseudos in tc-hppa.c and some tidying
and bug fixes.  Handle wide mode relocs.  Don't select target
size based on BFD64.

23 years agoAdd some prototypes, and fix a few warnings.
Alan Modra [Sun, 9 Jul 2000 07:29:39 +0000 (07:29 +0000)] 
Add some prototypes, and fix a few warnings.

23 years agoRestore hppa-elf32 to working order.
Alan Modra [Sun, 9 Jul 2000 07:23:07 +0000 (07:23 +0000)] 
Restore hppa-elf32 to working order.

23 years ago * Makefile.in (install-info): Find files to install in either the build
Eli Zaretskii [Sun, 9 Jul 2000 05:41:21 +0000 (05:41 +0000)] 
* Makefile.in (install-info): Find files to install in either the build
or source directories (adapted from Makefile.am).
(From Chris Faylor.)

23 years ago * gdb.c++/misc.cc (class ClassParam, class_param): Define.
Nicholas Duffek [Sun, 9 Jul 2000 05:16:11 +0000 (05:16 +0000)] 
* gdb.c++/misc.cc (class ClassParam, class_param): Define.
(use_methods): New function.
(main): Call use_methods().
* gdb.c++/classes.exp (test_method_param_class): New procedure.
(do_tests): Call test_method_param_class.

23 years ago * gdbtypes.c (is_ancestor): Infer type equivalence from name
Nicholas Duffek [Sun, 9 Jul 2000 05:15:50 +0000 (05:15 +0000)] 
* gdbtypes.c (is_ancestor): Infer type equivalence from name
equivalence.
(rank_one_type): Use strcmp instead of == to compare type names.
Don't swap parm with arg when checking TYPE_CODE_REF types.
* valops.c (find_overload_match): Fix indentation.  Compare
parameter rankings to 0..9, 10..99, and 100+ instead of 0, 10,
and 100.

23 years ago * gdb.c++/classes.exp (test_nonexistant_members): Fix name
Nicholas Duffek [Sun, 9 Jul 2000 05:10:13 +0000 (05:10 +0000)] 
* gdb.c++/classes.exp (test_nonexistant_members): Fix name
spelling.
(test_enums): New procedure.  Move enum tests from end of script
to here.  Set breakpoint on function name instead of line number.
* gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
(enums2): New marker function.
(enums1): New function.
(main): Call enums1().  Move enum tests to enums1().

23 years ago2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>
Ulf Carlsson [Sat, 8 Jul 2000 22:07:54 +0000 (22:07 +0000)] 
2000-07-08  Ulf Carlsson  <ulfc@engr.sgi.com>

* doc/internals.texi (Expressions): Fix typo.

23 years agoFix formatting
Nick Clifton [Sat, 8 Jul 2000 20:34:43 +0000 (20:34 +0000)] 
Fix formatting

23 years agoFix formating
Nick Clifton [Sat, 8 Jul 2000 18:56:38 +0000 (18:56 +0000)] 
Fix formating

23 years agoFix formatting
Nick Clifton [Sat, 8 Jul 2000 18:13:58 +0000 (18:13 +0000)] 
Fix formatting

23 years agoFix --section-start=xxxx
Alan Modra [Sat, 8 Jul 2000 13:35:05 +0000 (13:35 +0000)] 
Fix --section-start=xxxx

23 years agoAdd sequence id field to asection.
Alan Modra [Sat, 8 Jul 2000 12:08:43 +0000 (12:08 +0000)] 
Add sequence id field to asection.
Tidy comments and replace deprecated CONST with const.

23 years agoDon't add a space before `/*' when processing comments.
Alan Modra [Sat, 8 Jul 2000 12:00:26 +0000 (12:00 +0000)] 
Don't add a space before `/*' when processing comments.

23 years ago * stabs.texinfo: Fix spelling errors.
Nicholas Duffek [Fri, 7 Jul 2000 23:44:16 +0000 (23:44 +0000)] 
* stabs.texinfo: Fix spelling errors.
(String Field): FILE-NUMBER starts from 0, not 1.

23 years ago * xcoffread.c (read_symbol_nvalue): Return CORE_ADDR.
Nicholas Duffek [Fri, 7 Jul 2000 22:00:09 +0000 (22:00 +0000)] 
* xcoffread.c (read_symbol_nvalue): Return CORE_ADDR.
* rs6000-tdep.c (rs6000_pop_frame): Make addr CORE_ADDR type.

23 years agominor formatting change
DJ Delorie [Fri, 7 Jul 2000 20:10:28 +0000 (20:10 +0000)] 
minor formatting change

23 years ago* ld/emultempl/pe.em: institute the following search order for
DJ Delorie [Fri, 7 Jul 2000 20:09:28 +0000 (20:09 +0000)] 
* ld/emultempl/pe.em: institute the following search order for
dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
static lib (libfoo.a) if none of the above are found.

23 years ago* ld/emultempl/pe.em (pe_enable_auto_image_base): New variable.
DJ Delorie [Fri, 7 Jul 2000 20:01:35 +0000 (20:01 +0000)] 
* ld/emultempl/pe.em (pe_enable_auto_image_base): New variable.
(longopts): New --{enable,disable}-auto-image-base options.
(gld_${EMULATION_NAME}_list_options): Document.
(gld_${EMULATION_NAME}_parse): Handle.
(strhash): New static function.
(compute_dll_image_base): New static function.
(gld_${EMULATION_NAME}_set_symbols): Use.

23 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Elena Zannoni [Fri, 7 Jul 2000 19:14:18 +0000 (19:14 +0000)] 
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

23 years agoImport of readline 4.0 readline_4_0
Elena Zannoni [Fri, 7 Jul 2000 19:14:18 +0000 (19:14 +0000)] 
Import of readline 4.0

23 years ago* archive.c (_bfd_write_archive_contents): Add an informative
DJ Delorie [Fri, 7 Jul 2000 17:40:23 +0000 (17:40 +0000)] 
* archive.c (_bfd_write_archive_contents): Add an informative
comment.

23 years agoDummy commit before importof 4.1 version
Elena Zannoni [Fri, 7 Jul 2000 17:15:46 +0000 (17:15 +0000)] 
Dummy commit before importof 4.1 version

23 years agoFix comments.
Nick Clifton [Fri, 7 Jul 2000 16:58:25 +0000 (16:58 +0000)] 
Fix comments.

23 years agofixed another comment formatting problem.
Nick Clifton [Fri, 7 Jul 2000 16:52:31 +0000 (16:52 +0000)] 
fixed another comment formatting problem.

23 years agooops - omitted from previous delta
Nick Clifton [Fri, 7 Jul 2000 16:46:38 +0000 (16:46 +0000)] 
oops - omitted from previous delta

23 years agoFix formatting.
Nick Clifton [Fri, 7 Jul 2000 16:45:46 +0000 (16:45 +0000)] 
Fix formatting.

23 years ago2000-07-07 Andrew Haley <aph@cygnus.com>
Andrew Haley [Fri, 7 Jul 2000 13:52:53 +0000 (13:52 +0000)] 
2000-07-07  Andrew Haley  <aph@cygnus.com>

* cplus-dem.c (main): fflush() after emitting last char before
waiting for input.

23 years ago * symlink-tree: Check number of arguments.
Jeff Law [Fri, 7 Jul 2000 13:21:39 +0000 (13:21 +0000)] 
    * symlink-tree:  Check number of arguments.

23 years agoMore mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,
Andrew Cagney [Fri, 7 Jul 2000 09:19:03 +0000 (09:19 +0000)] 
More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,
SAVED_PC_AFTER_CALL, DECR_PC_AFTER_BREAK, BREAKPOINT_FROM_PC,
INNER_THAN.

23 years ago* config/i386/tm-linux.h: Add longjmp support.
Mark Kettenis [Fri, 7 Jul 2000 00:30:35 +0000 (00:30 +0000)] 
* config/i386/tm-linux.h: Add longjmp support.
(JB_ELEMENT_SIZE, JB_PC): New defines.
(GET_LONGJMP_TARGET): Define.
(get_longjmp_target): Add prototype.

23 years ago* breakpoint.c (bpstat_what): Keep returning
Mark Kettenis [Fri, 7 Jul 2000 00:20:29 +0000 (00:20 +0000)] 
* breakpoint.c (bpstat_what): Keep returning
BPSTAT_WHAT_SET_LONGJMP_RESUME when hitting multiple longjmp()
breakpoints instead of signalling an error by returning
BPSTAT_WHAT_STOP_NOISY.

23 years agoFix formatting
Nick Clifton [Thu, 6 Jul 2000 23:26:55 +0000 (23:26 +0000)] 
Fix formatting

23 years ago2000-07-06 Michael Snyder <msnyder@cleaver.cygnus.com>
Michael Snyder [Thu, 6 Jul 2000 23:17:32 +0000 (23:17 +0000)] 
2000-07-06  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * mips-tdep.c: Replace '16' with bfd_mach_mips16 where appropriate.

23 years ago* infcmd.c (attach_command): Move "stop_soon_quietly" setting inside
Christopher Faylor [Thu, 6 Jul 2000 20:58:33 +0000 (20:58 +0000)] 
* infcmd.c (attach_command): Move "stop_soon_quietly" setting inside
ATTACH_NO_WAIT conditional since we are not about to stop soon if we're not
calling wait_for_inferior.

23 years agooops - omitted frpom previous delta
Nick Clifton [Thu, 6 Jul 2000 17:21:00 +0000 (17:21 +0000)] 
oops - omitted frpom previous delta

23 years agoApplied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implement
Nick Clifton [Thu, 6 Jul 2000 17:18:10 +0000 (17:18 +0000)] 
Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implement
TC_COFF_SECTION_DEFAULT_ATTRIBUTES.

23 years agoAlways NULL terminate long option list.
Andrew Cagney [Thu, 6 Jul 2000 07:25:02 +0000 (07:25 +0000)] 
Always NULL terminate long option list.

23 years agoTue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
Andrew Cagney [Thu, 6 Jul 2000 07:01:38 +0000 (07:01 +0000)] 
Tue Jul  4 14:08:28 2000  Andrew Cagney  <cagney@b1.cygnus.com>

      * config/tc-d30v.h: Include "write.h" for fixS.
      (d30v_start_line, md_pcrel_from_section): Add function prototypes.

23 years agoUpdate texinfo.tex to version 2000-05-28.15.
Andrew Cagney [Thu, 6 Jul 2000 05:39:36 +0000 (05:39 +0000)] 
Update texinfo.tex to version 2000-05-28.15.

23 years agoFix expected results
Nick Clifton [Wed, 5 Jul 2000 22:28:07 +0000 (22:28 +0000)] 
Fix expected results

Fix expected results.

23 years agooops - omitted from previous delta
Nick Clifton [Wed, 5 Jul 2000 21:56:08 +0000 (21:56 +0000)] 
oops - omitted from previous delta

23 years agoFurther changes to warning messages
Nick Clifton [Wed, 5 Jul 2000 21:55:13 +0000 (21:55 +0000)] 
Further changes to warning messages

23 years agoChange minimum loop size limit to 0x10 (103792)
Nick Clifton [Wed, 5 Jul 2000 21:40:11 +0000 (21:40 +0000)] 
Change minimum loop size limit to 0x10 (103792)

23 years agoAdd Mike Meissner
Nick Clifton [Wed, 5 Jul 2000 20:11:22 +0000 (20:11 +0000)] 
Add Mike Meissner

23 years agoadd MAINTAINERS files
DJ Delorie [Wed, 5 Jul 2000 19:28:06 +0000 (19:28 +0000)] 
add MAINTAINERS files

23 years agoRemove \centerline from the blurb. Patch from Brian Youmans.
Eli Zaretskii [Wed, 5 Jul 2000 13:11:41 +0000 (13:11 +0000)] 
Remove \centerline from the blurb.  Patch from Brian Youmans.

23 years agoKeep NATDEPFILES on a single line.
Andrew Cagney [Wed, 5 Jul 2000 11:11:58 +0000 (11:11 +0000)] 
Keep NATDEPFILES on a single line.

23 years agoSet SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.
Andrew Cagney [Wed, 5 Jul 2000 10:55:17 +0000 (10:55 +0000)] 
Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.

23 years agoReplace command_loop_marker() with null_cleanup().
Andrew Cagney [Wed, 5 Jul 2000 10:36:41 +0000 (10:36 +0000)] 
Replace command_loop_marker() with null_cleanup().

23 years agoCheck for <sys/poll.h>.
Andrew Cagney [Wed, 5 Jul 2000 10:25:43 +0000 (10:25 +0000)] 
Check for <sys/poll.h>.

23 years agoPass infodir down to sub-makes.
Andrew Cagney [Wed, 5 Jul 2000 08:12:04 +0000 (08:12 +0000)] 
Pass infodir down to sub-makes.

23 years agoUpdate TODO.
Andrew Cagney [Wed, 5 Jul 2000 08:05:53 +0000 (08:05 +0000)] 
Update TODO.

23 years ago* TODO: Update.
Mark Kettenis [Tue, 4 Jul 2000 22:55:42 +0000 (22:55 +0000)] 
* TODO: Update.

23 years ago* armvirt.c (ABORTS): Do not define.
Alexandre Oliva [Tue, 4 Jul 2000 08:00:19 +0000 (08:00 +0000)] 
* armvirt.c (ABORTS): Do not define.

23 years ago* armdefs.h (struct ARMul_State): Add is_StrongARM.
Alexandre Oliva [Tue, 4 Jul 2000 07:18:18 +0000 (07:18 +0000)] 
* armdefs.h (struct ARMul_State): Add is_StrongARM.
(ARM_Strong_Prop, STRONGARM): Define.
* arminit.c (ARMul_NewState): Reset is_StrongARM.
(ARMul_SelectProcessor): Set is_StrongARM.
* wrapper.c (sim_create_inferior): Use bfd machine type to
determine processor type to emulate.
* armemu.h (BUSUSEDINCPCS, BUSUSEDINCPCN): Don't increment PC
when emulating StrongARM.

23 years ago* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
Alexandre Oliva [Tue, 4 Jul 2000 06:54:48 +0000 (06:54 +0000)] 
* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.

23 years ago* armemu.h (INSN_SIZE): New macro.
Alexandre Oliva [Tue, 4 Jul 2000 06:52:30 +0000 (06:52 +0000)] 
* armemu.h (INSN_SIZE): New macro.
(SET_ABORT): Save CPSR in SPSR and set LR.
* armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE.
(WriteR15, WriteSR15): Do not discard bit 1 in Thumb mode.
* arminit.c (ARMul_Abort): Use new SETABORT and INSN_SIZE.

23 years ago* armemu.c (LoadSMult): Use WriteR15() to discard the least
Alexandre Oliva [Tue, 4 Jul 2000 06:39:39 +0000 (06:39 +0000)] 
* armemu.c (LoadSMult): Use WriteR15() to discard the least
significant bits of PC.

23 years ago* armemu.h (WRITEDESTB): New macro.
Alexandre Oliva [Tue, 4 Jul 2000 06:35:36 +0000 (06:35 +0000)] 
* armemu.h (WRITEDESTB): New macro.
* armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to
modify PC.  Moved the existing logic...
(WriteR15Branch): ... here.  New function.
(WriteR15, WriteSR15): Drop the two least significant bits.
(LoadSMult): Use WriteR15Branch() to modify PC.
(LoadMult): Use WRITEDESTB() instead of WRITEDEST().

23 years ago* armemu.h (GETSPSR): Call ARMul_GetSPSR().
Alexandre Oliva [Tue, 4 Jul 2000 06:19:29 +0000 (06:19 +0000)] 
* armemu.h (GETSPSR): Call ARMul_GetSPSR().
* armsupp.c (ARMul_CPSRAltered): Zero out bits as they're
extracted from state->Cpsr, but preserve the unused bits.
(ARMul_GetCPSR): Get bits preserved in state->Cpsr.
(ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to
get the full CPSR word.

23 years ago* armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
Alexandre Oliva [Tue, 4 Jul 2000 06:06:30 +0000 (06:06 +0000)] 
* armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
(SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros.
(SETPSR, SET_INTMODE, SETCC): Removed.
* armsupp.c (ARMul_FixCPSR, ARMul_FixSPSR): Do not test bit
mask.  Use SETPSR_* to modify PSR.
(ARMul_SetCPSR): Load all bits from value.
* armemu.c (ARMul_Emulate, msr): Do not test bit mask.

23 years ago* config/tc-arm.c (psrs): Accept combinations of flags.
Alexandre Oliva [Tue, 4 Jul 2000 05:49:04 +0000 (05:49 +0000)] 
* config/tc-arm.c (psrs): Accept combinations of flags.

23 years ago* arm-dis.c (print_insn_arm): Output combinations of PSR flags.
Alexandre Oliva [Tue, 4 Jul 2000 05:47:22 +0000 (05:47 +0000)] 
* arm-dis.c (print_insn_arm): Output combinations of PSR flags.

23 years ago* armemu.c (ARMul_Emulate): Compute writeback value before
Alexandre Oliva [Tue, 4 Jul 2000 05:30:43 +0000 (05:30 +0000)] 
* armemu.c (ARMul_Emulate): Compute writeback value before
loading, since the offset register may be the destination
register.

23 years ago* armdefs.h (SYSTEMBANK): Define as USERBANK.
Alexandre Oliva [Tue, 4 Jul 2000 05:16:20 +0000 (05:16 +0000)] 
* armdefs.h (SYSTEMBANK): Define as USERBANK.
* armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.

23 years ago* coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
Alexandre Oliva [Tue, 4 Jul 2000 05:11:37 +0000 (05:11 +0000)] 
* coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
value of PC-relative offsets.

23 years agoTIc80 simulator.
Andrew Cagney [Tue, 4 Jul 2000 05:00:54 +0000 (05:00 +0000)] 
TIc80 simulator.

23 years agoRewrite gdb.asm so that it doesn't assume a C comiler (or any C
Andrew Cagney [Tue, 4 Jul 2000 02:47:08 +0000 (02:47 +0000)] 
Rewrite gdb.asm so that it doesn't assume a C comiler (or any C
support).

23 years agoReplace jumbo pattern match with gdb_expect_list().
Andrew Cagney [Tue, 4 Jul 2000 02:38:05 +0000 (02:38 +0000)] 
Replace jumbo pattern match with gdb_expect_list().

23 years agoFix MOVN.fmt and MOVZ.fmt, need to test GPR[RT].
Andrew Cagney [Tue, 4 Jul 2000 02:32:58 +0000 (02:32 +0000)] 
Fix MOVN.fmt and MOVZ.fmt, need to test GPR[RT].

23 years agoFix hash section entry size to match ELF standard. Override for alpha-linux.
Jim Wilson [Tue, 4 Jul 2000 02:18:06 +0000 (02:18 +0000)] 
Fix hash section entry size to match ELF standard.  Override for alpha-linux.
* elf64-alpha.c (alpha_elf_size_info): New.
(elf_backend_size_info): Define to alpha_elf_size_info.
* elfcode.h (elf_size_info): Change hash bucket size to 4.

23 years ago2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
Ulf Carlsson [Tue, 4 Jul 2000 00:10:15 +0000 (00:10 +0000)] 
2000-07-03  Ulf Carlsson  <ulfc@engr.sgi.com>

* elf32-mips.c: Include elf32-target.h again for the traditional
MIPS targets.

23 years ago2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
Ulf Carlsson [Mon, 3 Jul 2000 23:49:36 +0000 (23:49 +0000)] 
2000-07-03  Ulf Carlsson  <ulfc@engr.sgi.com>

* elf32-mips.c: Include elf32-target.h again for the traditional
MIPS targets.

23 years agoTidy up formatting.
Nick Clifton [Mon, 3 Jul 2000 22:25:33 +0000 (22:25 +0000)] 
Tidy up formatting.
Add  -mall-opcodes, -mno-skip-bug, -mno-wrap.

23 years agoFix formatting.
Nick Clifton [Mon, 3 Jul 2000 21:52:37 +0000 (21:52 +0000)] 
Fix formatting.

23 years ago2000-07-03 Christopher Faylor <cgf@cygnus.com>
Elena Zannoni [Mon, 3 Jul 2000 18:59:36 +0000 (18:59 +0000)] 
2000-07-03  Christopher Faylor  <cgf@cygnus.com>

Committed by Elena Zannoni <ezannoni@cygnus.com>
* sh-tdep.c (sh_skip_prologue): Change prologue matching for modern
compilers.
(sh_frame_find_saved_regs): Ditto.
(sh_find_callers_reg): Stop if pc is zero.

23 years agoFix typo in previous delta
Nick Clifton [Mon, 3 Jul 2000 18:47:53 +0000 (18:47 +0000)] 
Fix typo in previous delta

23 years agoTurn a weak symbol into an external symbol for a non-shared, non-relocatable
Nick Clifton [Mon, 3 Jul 2000 18:45:18 +0000 (18:45 +0000)] 
Turn a weak symbol into an external symbol for a non-shared, non-relocatable
link.

23 years agoFix formatting of reloc16.c
Nick Clifton [Mon, 3 Jul 2000 17:49:37 +0000 (17:49 +0000)] 
Fix formatting of reloc16.c
Regernate generated files.

23 years ago* dllwrap.c: Changed mistaken dyn_string_append() calls
DJ Delorie [Sun, 2 Jul 2000 01:56:58 +0000 (01:56 +0000)] 
* dllwrap.c: Changed mistaken dyn_string_append() calls
to dyn_string_append_cstr().

23 years agoForgot to commit the ChangeLog.
Ulf Carlsson [Sun, 2 Jul 2000 01:21:08 +0000 (01:21 +0000)] 
Forgot to commit the ChangeLog.

23 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Sun, 2 Jul 2000 01:18:49 +0000 (01:18 +0000)] 
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * configure.in: Add entry for mips-*-sysv4*MP*
        * configure: Rebuild
        * config/tc-mips.c (mips_target_format): Return elf32-tradbigmips or
        elf32-tradlittlemips for traditional mips targets.
        * config/tc-mips.c (md_estimate_size_before_relax): Duplicate the
        test for Link Once sections as in adjust_reloc_syms.
        * config/te-tmips.h: New file for traditional mips targets. Define
        TE_TMIPS.

23 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Sun, 2 Jul 2000 01:17:52 +0000 (01:17 +0000)] 
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
        to add a new target for traditional mips i.e
        bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
        * configure.in: Likewise.
        * configure: Rebuild.
        * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
bfd_target_vector.
(bfd_elf32_tradlittlemips_vec): Likewise.
        * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
        to see that elfNN_bed does not get redefined even if the target file
        is included twice for a chip. See elf32-mips.c.

23 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Sun, 2 Jul 2000 01:15:56 +0000 (01:15 +0000)] 
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
        * emulparams/elf32btsmip.sh: New file.
        * Makefile.am: Add traditional mips target.
        * Makefile.in: Rebuild.

23 years ago2000-07-01 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Sun, 2 Jul 2000 01:14:54 +0000 (01:14 +0000)] 
2000-07-01  Koundinya K  <kk@ddeorg.soft.net>

        * ltconfig: Add support for mips-dde-sysv4.2MP

23 years ago2000-07-01 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sat, 1 Jul 2000 19:26:41 +0000 (19:26 +0000)] 
2000-07-01  H.J. Lu  <hjl@gnu.org>

* Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
automake to use YLWRAP.
* Makefile.in: Rebuild.

23 years agoAAganichev's parse_stab_type size fix.
Alan Modra [Sat, 1 Jul 2000 10:00:05 +0000 (10:00 +0000)] 
AAganichev's parse_stab_type size fix.

23 years ago* test cleanup
Frank Ch. Eigler [Sat, 1 Jul 2000 09:42:27 +0000 (09:42 +0000)] 
* test cleanup

2000-07-01  Frank Ch. Eigler  <fche@redhat.com>

* binutils-all/objdump.exp (cpus_expected, cpus_regex): Reorganize
syntax to display more tcl nature.

23 years agoRevert previous ser-unix change. Locks up serial device.
Andrew Cagney [Sat, 1 Jul 2000 08:02:53 +0000 (08:02 +0000)] 
Revert previous ser-unix change.  Locks up serial device.

23 years agoRestore setting of SER_HARDWIRE. Lost during rs6000 merge.
Andrew Cagney [Sat, 1 Jul 2000 05:49:13 +0000 (05:49 +0000)] 
Restore setting of SER_HARDWIRE.  Lost during rs6000 merge.

23 years agoFix 2000-06-22. grep after running dep.sed
Alan Modra [Sat, 1 Jul 2000 01:41:09 +0000 (01:41 +0000)] 
Fix 2000-06-22.  grep after running dep.sed

23 years agoAdd entry omited when Stephane Carrez's h68hc11 code was chaecked in.
Nick Clifton [Fri, 30 Jun 2000 22:15:12 +0000 (22:15 +0000)] 
Add entry omited when Stephane Carrez's h68hc11 code was chaecked in.

23 years ago* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
DJ Delorie [Fri, 30 Jun 2000 21:57:53 +0000 (21:57 +0000)] 
* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
can't assume the PE header is at 0x80.

23 years ago* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
DJ Delorie [Fri, 30 Jun 2000 21:54:03 +0000 (21:54 +0000)] 
* peicode.h (coff_swap_filehdr_in): can't use e_magic because we
can't assume the PE header is at 0x80.
* coff/pe.h: clarify a comment

23 years agoRemove unimplemented "PAGE N:" flag from default linker script.
Timothy Wall [Fri, 30 Jun 2000 12:36:38 +0000 (12:36 +0000)] 
Remove unimplemented "PAGE N:" flag from default linker script.

23 years agoDo not change an existing section's attributes if a flags argument isn't
Nick Clifton [Thu, 29 Jun 2000 23:54:13 +0000 (23:54 +0000)] 
Do not change an existing section's attributes if a flags argument isn't
present.  Warn if the new attributes don't match the section's current
attributes.

23 years agoChange the registers used in ldmac and stmac tests.
Nick Clifton [Thu, 29 Jun 2000 23:44:41 +0000 (23:44 +0000)] 
Change the registers used in ldmac and stmac tests.

23 years agoFix previous delta so that it is only used for TE_GO32 and not !TE_PE.
Nick Clifton [Thu, 29 Jun 2000 23:10:08 +0000 (23:10 +0000)] 
Fix previous delta so that it is only used for TE_GO32 and not !TE_PE.