deliverable/binutils-gdb.git
23 years ago * config.sub: Update to subversions version 2000-07-06.
Hans-Peter Nilsson [Thu, 20 Jul 2000 18:03:17 +0000 (18:03 +0000)] 
* config.sub: Update to subversions version 2000-07-06.

23 years agoAdd optional style argument to --demangle switch.
Nick Clifton [Thu, 20 Jul 2000 18:02:56 +0000 (18:02 +0000)] 
Add optional style argument to --demangle switch.

23 years ago * gas/all/gas.exp: Don't run floating-point tests on CRIS.
Hans-Peter Nilsson [Thu, 20 Jul 2000 17:53:38 +0000 (17:53 +0000)] 
* gas/all/gas.exp: Don't run floating-point tests on CRIS.
* gas/ieee-fp/x930509a.exp: Ditto.
* gas/macros/macros.exp: Mark strings test xfail for CRIS.

23 years ago * configure.in: Add CRIS support.
Hans-Peter Nilsson [Thu, 20 Jul 2000 17:45:28 +0000 (17:45 +0000)] 
* configure.in: Add CRIS support.
* configure: Regenerate.
* Makefile.am: (CPU_TYPES): Add cris.
(CPU_OBJ_VALID) [aout]: Add cris.
(MULTI_CPU_TYPES): Add cris.
(MULTI_CPU_OBJ_VALID) [aout]: Add cris.
  [coff]: Only i386 and mips are valid.
(TARGET_CPU_CFILES): Add config/tc-cris.c.
(TARGET_CPU_HFILES): Add config/tc-cris.h.
(MULTI_CFILES): Add config/e-crisaout.c and config/e-criself.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* as.c: Declare crisaout, criself.
* config/tc-cris.h, config/tc-cris.c: New.
* config/e-criself.c, config/e-crisaout.c: New.
* po/POTFILES.in, po/gas.pot: Regenerate.

23 years ago * MAINTAINERS: Add self as CRIS port maintainer.
Hans-Peter Nilsson [Thu, 20 Jul 2000 17:28:56 +0000 (17:28 +0000)] 
* MAINTAINERS: Add self as CRIS port maintainer.
* readelf.c: Include elf/cris.h.
(guess_is_rela): Handle EM_CRIS.
(dump_relocations): Ditto.
(get_machine_name): Ditto.
* Makefile.am: Rebuild dependencies.
* Makefile.in: Regenerate.
* po/binutils.pot: Regenerate.

23 years ago * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
Hans-Peter Nilsson [Thu, 20 Jul 2000 17:16:06 +0000 (17:16 +0000)] 
* Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
ecrislinux.o.
(ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
Regenerate dependencies.
* Makefile.in: Rebuild.
* configure.tgt (cris-*-*): New target.
* emulparams/crisaout.sh, emulparams/criself.sh,
emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
* po/POTFILES.in, po/ld.pot: Regenerate.

23 years agoFix formatting.
Nick Clifton [Thu, 20 Jul 2000 17:12:25 +0000 (17:12 +0000)] 
Fix formatting.

23 years agoRevert spurious unrelated changes from last commit. Oops.
Hans-Peter Nilsson [Thu, 20 Jul 2000 16:56:18 +0000 (16:56 +0000)] 
Revert spurious unrelated changes from last commit.  Oops.

23 years ago * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
Hans-Peter Nilsson [Thu, 20 Jul 2000 16:46:28 +0000 (16:46 +0000)] 
* Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
(ALL_MACHINES): Add cris-dis.lo and cris-opc.lo.
(cris-dis.lo, cris-opc.lo): New rules.
* Makefile.in: Rebuild.
* configure.in (bfd_cris_arch): New target.
* configure: Rebuild.
* disassemble.c (ARCH_cris): Define.
(disassembler): Support ARCH_cris.
* cris-dis.c, cris-opc.c: New files.
* po/POTFILES.in, po/opcodes.pot: Regenerate.

23 years agoFix typo in CRIS entry
Hans-Peter Nilsson [Thu, 20 Jul 2000 16:35:18 +0000 (16:35 +0000)] 
Fix typo in CRIS entry

23 years ago * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
Hans-Peter Nilsson [Thu, 20 Jul 2000 16:21:07 +0000 (16:21 +0000)] 
* Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
(ALL_MACHINES_CFILES): Add cpu-cris.c.
(BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
(BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
(cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
* Makefile.in: Rebuild.
* aclocal.m4: Rebuild.
* aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
* archures.c (enum bfd_architecture): Add bfd_arch_cris.
(bfd_cris_arch): Declare.
(bfd_archures_list): Add bfd_cris_arch.
* bfd-in2.h: Rebuild.
* config.bfd: (cris-*-*): New target.
* configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
* configure: Rebuild.
* elf.c (prep_headers): Add bfd_arch_cris.
* libbfd.h: Rebuild.
* libaout.h (enum machine_type): Add M_CRIS.
* reloc.c: Add CRIS relocations.
* targets.c (bfd_target bfd_elf32_cris_vec, cris_aout_vec):
Declare.
(bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
* cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
* po/POTFILES.in, po/bfd.pot: Regenerate.

23 years ago2000-07-20 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 20 Jul 2000 16:13:26 +0000 (16:13 +0000)] 
2000-07-20  H.J. Lu  <hjl@gnu.org>

* emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
Print out ignored -z options.

23 years ago common.h (EM_CRIS): New machine number.
Hans-Peter Nilsson [Thu, 20 Jul 2000 15:44:56 +0000 (15:44 +0000)] 
common.h (EM_CRIS): New machine number.
cris.h: New file.

23 years ago cris.h: New file.
Hans-Peter Nilsson [Thu, 20 Jul 2000 15:39:41 +0000 (15:39 +0000)] 
cris.h: New file.

23 years ago * dis-asm.h (print_insn_cris): Declare.
Hans-Peter Nilsson [Thu, 20 Jul 2000 15:36:12 +0000 (15:36 +0000)] 
* dis-asm.h (print_insn_cris): Declare.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 20 Jul 2000 03:25:10 +0000 (03:25 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
(PARSE_AND_LIST_PROLOGUE): New.
(PARSE_AND_LIST_LONGOPTS): Likewise.
(PARSE_AND_LIST_OPTIONS): Likewise.
(PARSE_AND_LIST_ARGS_CASES): Likewise.

* ldmain.c (main): Clear link_info.flags and link_info.flags_1.

* lexsup.c (ld_options): Comment out 'z'.
(parse_args): Likewise.

* emultempl/elf32.em: Include "elf/common.h".
(gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
options.
(gld_${EMULATION_NAME}_list_options): Likewise.

* ld.texinfo: Add documentation for the recognized -z options.

23 years ago2000-07-19 H.J. Lu (hjl@gnu.org)
H.J. Lu [Thu, 20 Jul 2000 03:23:03 +0000 (03:23 +0000)] 
2000-07-19  H.J. Lu  (hjl@gnu.org)

* bfdlink.h (bfd_link_info): Add flags and flags_1.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 20 Jul 2000 03:21:59 +0000 (03:21 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
DF_TEXTREL if DT_TEXTREL is set.
* elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
* elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
* elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
* elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
* elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
* elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
* elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
* elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
* elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.

* bfd/elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
DT_RPATH is set.
Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 20 Jul 2000 03:17:32 +0000 (03:17 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
bfd_elf_set_dt_needed_soname ().

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 20 Jul 2000 03:16:18 +0000 (03:16 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* bfd-in.h (bfd_elf_set_dt_needed_soname): New.
* bfd-in2.h: Rebuild.

* elf-bfd.h (elf_obj_tdata): Add dt_soname.
(elf_dt_soname): New.

* elf.c (bfd_elf_set_dt_needed_soname): New.

* elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
entry if the shared object loaded by DT_NEEDED is used to
resolve the reference in a regular object.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 20 Jul 2000 02:45:36 +0000 (02:45 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* readelf.c (get_dynamic_type): Change "AUXILARY" to
"AUXILIARY".
(process_dynamic_segment): Print out strings for DT_CONFIG,
DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 20 Jul 2000 02:19:23 +0000 (02:19 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
DT_DEPAUDIT and DT_AUDIT as strings.

23 years agoChange output of `nm --help' to include a description of the purpose of the
Nick Clifton [Thu, 20 Jul 2000 00:39:10 +0000 (00:39 +0000)] 
Change output of `nm --help' to include a description of the purpose of the
program and a detailed description of the accepted options.

23 years agoFix formatting
Nick Clifton [Thu, 20 Jul 2000 00:31:39 +0000 (00:31 +0000)] 
Fix formatting

23 years ago* m16.igen (break): Call SignalException not sim_engine_halt.
Andrew Cagney [Thu, 20 Jul 2000 00:02:22 +0000 (00:02 +0000)] 
* m16.igen (break): Call SignalException not sim_engine_halt.

23 years ago * thread.c (free_thread): New function.
Nicholas Duffek [Wed, 19 Jul 2000 21:03:06 +0000 (21:03 +0000)] 
* thread.c (free_thread): New function.
(init_thread_list): Always zero highest_thread_num.  Call
free_thread() instead of free().
(delete_thread): Move thread cleanup code to free_thread().

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 18:45:46 +0000 (18:45 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
to DF_1_NODEFLIB.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 18:43:35 +0000 (18:43 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* common.h (DF_1_NODEFLIB): Renamed from DF_1_NODEPLIB.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 18:26:38 +0000 (18:26 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 18:24:32 +0000 (18:24 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* readelf.c (get_dynamic_type): Fix DT_CHECKSUM.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 18:22:41 +0000 (18:22 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* common.h (DT_CHECKSUM): Set to 0x6ffffdf8.
(DTF_1_CONFEXP): It is 0x00000002 as suspected.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 18:03:18 +0000 (18:03 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
DT_FEATURE.
(process_dynamic_segment): Likewise.

* readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
(process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
DF_1_NODUMP and DF_1_CONLFAT.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 18:02:31 +0000 (18:02 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* common.h (DT_FEATURE): Renamed from DT_FEATURE_1.
(DT_CONFIG): New. From Solaris 8.
(DT_DEPAUDIT): Likewise.
(DT_AUDIT): Likewise.
(DT_PLTPAD): Likewise.
(DT_MOVETAB): Likewise.
(DF_1_NODEPLIB): Likewise.
(DF_1_NODUMP): Likewise.
(DF_1_CONLFAT): Likewise.
(DT_CHECKSUM): Likewise. FIXME. Check the value on Solaris 8.
(DTF_1_CONFEXP): Likewise.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 18:02:13 +0000 (18:02 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
DT_FLAGS_1, DT_USED and DT_CHECKSUM.

23 years ago2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 17:47:08 +0000 (17:47 +0000)] 
2000-07-19  H.J. Lu  <hjl@gnu.org>

* sb.c: Include <stdlib.h> if exists for abort ().

23 years ago2000-07-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Wed, 19 Jul 2000 14:11:42 +0000 (14:11 +0000)] 
2000-07-19  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        Multiarch the sh target.
* sh-tdep.c:
(sh_generic_reg_names, sh_reg_names,sh3_reg_names, sh3e_reg_names,
  sh_dsp_reg_names, sh3_dsp_reg_names, sh_processor_type_table):
  Remove.
(XMALLOC): Define.
(struct frame_extra_info): Define.
(sh_register_raw_size, sh_register_virtual_size,
  sh_register_virtual_type, sh_register_byte, sh_breakpoint_from_pc,
  sh_frame_saved_pc, sh_skip_prologue,
  sh_nofp_frame_init_saved_regs, sh_fp_frame_init_saved_regs,
  sh_extract_struct_value_address, sh_use_struct_convention,
  sh_store_struct_return, sh_push_arguments, sh_push_return_address,
  sh_saved_pc_after_call, sh_generic_register_name,
  sh_sh_register_name, sh_sh3_register_name, sh_sh3e_register_name,
  sh_sh_dsp_register_name, sh_sh3_dsp_register_name,
  sh_frame_args_address, sh_frame_locals_address,
  sh_coerce_float_to_double, sh_default_store_return_value,
  sh3e_sh4_store_return_value, sh_generic_show_regs,
  sh3_show_regs,sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs,
  sh_dsp_show_regs, sh_register_byte, sh_register_raw_size,
  sh_register_virtual_size, sh_sh3e_register_virtual_type,
  sh_default_register_virtual_type, sh_gdbarch_init): New functions.
(sh_target_architecture_hook, sh_frame_find_saved_regs,
  sh_show_regs): Delete functions.
(sh_frame_chain, sh_find_callers_reg, sh_init_extra_frame_info,
  sh_pop_frame, sh_extract_return_value): Update

* config/sh/tm-sh.h (GDB_MULTI_ARCH): Define to 1.
(struct gdbarch_tdep): Define.
Remove all unnecessary defines.

* remote-e7000.c ({PR,GBR,SR,MACL,VBR,MACH}_REGNUM): Define to -1,
  for h8300 case.
(want_sh,want_nopc_sh,want_nopc_sh3): Make nomenclature
  consistent.
(e7000_fetch_registers): Remove ifdef GDB_TARGET_IS_SH, use
  runtime check instead.
(e7000_wait): Ditto.

* sh3-rom.c (sh3_supply_register): Use gdbarch_tdep to get the SSR
  and SPC register numbers.
(sh3_regnames, sh3e_regnames): Don't specify a size.

* config/h8300/tm-h8300.h: Add comment.

23 years ago#ifdef OBJ_SOM, not #ifdef SOM
Alan Modra [Wed, 19 Jul 2000 06:30:49 +0000 (06:30 +0000)] 
#ifdef OBJ_SOM, not #ifdef SOM

23 years agoFix typos.
Alan Modra [Wed, 19 Jul 2000 05:16:11 +0000 (05:16 +0000)] 
Fix typos.

23 years agoFix a couple of HPPA SOM test failures.
Alan Modra [Wed, 19 Jul 2000 04:55:14 +0000 (04:55 +0000)] 
Fix a couple of HPPA SOM test failures.
Re-enable some tests for hppa-linux.

23 years ago* solib.c (elf_locate_base, info_sharedlibrary_command): Rename
Andrew Cagney [Wed, 19 Jul 2000 02:55:55 +0000 (02:55 +0000)] 
* solib.c (elf_locate_base, info_sharedlibrary_command): Rename
bfd_elf_get_arch_size to bfd_get_arch_size.

23 years agoFix typo.
Christopher Faylor [Wed, 19 Jul 2000 02:14:19 +0000 (02:14 +0000)] 
Fix typo.

23 years ago2000-07-18 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 00:33:45 +0000 (00:33 +0000)] 
2000-07-18  H.J. Lu  <hjl@gnu.org>

* common.h (DT_FLAGS_1): Renamed from DT_1_FLAGS.

23 years ago* pe-dll.c (pe_dll_id_target): check object target name also
DJ Delorie [Wed, 19 Jul 2000 00:04:04 +0000 (00:04 +0000)] 
* pe-dll.c (pe_dll_id_target): check object target name also

23 years agoFix expected results to match current assembler output.
Nick Clifton [Tue, 18 Jul 2000 22:07:53 +0000 (22:07 +0000)] 
Fix expected results to match current assembler output.

23 years agoRename bfd_elf_get_arch_size to bfd_get_arch_size
Nick Clifton [Tue, 18 Jul 2000 19:20:13 +0000 (19:20 +0000)] 
Rename bfd_elf_get_arch_size  to bfd_get_arch_size
Rename bfd_elf_get_sign_extend_vma  to  bfd_get_sign_extend_vma

23 years agoFix spelling typo.
Nick Clifton [Tue, 18 Jul 2000 18:24:21 +0000 (18:24 +0000)] 
Fix spelling typo.

23 years ago2000-07-18 Ulf Carlsson <ulfc@engr.sgi.com>
Ulf Carlsson [Tue, 18 Jul 2000 09:45:26 +0000 (09:45 +0000)] 
2000-07-18  Ulf Carlsson  <ulfc@engr.sgi.com>

* elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
paranthesis in if statement.

23 years agoFrom Richard Henderson <rth@cygnus.com>:
Andrew Cagney [Tue, 18 Jul 2000 07:47:02 +0000 (07:47 +0000)] 
From Richard Henderson <rth@cygnus.com>:
* dwarf2read.c (dwarf2_empty_hash_tables): Renamed from
dwarf2_empty_die_ref_table; zero dwarf2_cached_types as well.
Update all callers.

23 years agoDon't merge labels. Don't merge if the symbol isn't constant. Don't call
Nick Clifton [Mon, 17 Jul 2000 23:27:31 +0000 (23:27 +0000)] 
Don't merge labels. Don't merge if the symbol isn't constant. Don't call
S_SET_EXTERNAL if the storage class is already set.

23 years ago * scripttempl/elf.sc (.init): Only do ${INIT_START} and
Hans-Peter Nilsson [Mon, 17 Jul 2000 22:41:08 +0000 (22:41 +0000)] 
* scripttempl/elf.sc (.init): Only do ${INIT_START} and
${INIT_END} if relocating.
(.fini): Likewise ${FINI_START} and ${FINI_END}.

23 years agoAdditions due to recent changes
Nick Clifton [Mon, 17 Jul 2000 21:41:40 +0000 (21:41 +0000)] 
Additions due to recent changes

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

23 years agoFix formatting.
Nick Clifton [Mon, 17 Jul 2000 21:24:35 +0000 (21:24 +0000)] 
Fix formatting.

23 years agoFix formatting.
Nick Clifton [Mon, 17 Jul 2000 21:06:14 +0000 (21:06 +0000)] 
Fix formatting.

23 years agoFix formatting
Nick Clifton [Mon, 17 Jul 2000 20:59:47 +0000 (20:59 +0000)] 
Fix formatting

23 years agomodify error message
Daniel Berlin [Mon, 17 Jul 2000 19:41:10 +0000 (19:41 +0000)] 
modify error message

23 years ago2000-07-17 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Mon, 17 Jul 2000 19:39:40 +0000 (19:39 +0000)] 
2000-07-17  Koundinya K  <kk@ddeorg.soft.net>

Enable the support for Traditional MIPS.
* elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
return ict_none appropriately for traditional mips targets.
(STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
(STUB_MOVE): Conditionalize for traditonal mips.
(STUB_LI16): Likewise.
(_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
room for RTPROC header.
(_bfd_mips_elf_modify_segment_map): For a normal mips executable set
the permission for the PT_DYNAMIC as read, write and execute.
(mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
for traditonal mips.
(_bfd_mips_elf_create_dynamic_sections): Add the symbol
_DYNAMIC_LINKING for traditonal mips.
(_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
in case of traditonal mips.
(_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
entry is required. For a function if PLT is not required then set the
corresponding hash table entry to 0.
(_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
traditonal mips.
(_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
shared object set the value to 0.
(_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
_DYNAMIC_LINKING for traditonal mips.
(_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
for traditonal mips.

23 years ago* src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New search
DJ Delorie [Mon, 17 Jul 2000 18:59:58 +0000 (18:59 +0000)] 
* src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New search
order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
errors introduced by the old dynamic lib search order.

23 years ago* pe-dll.c (process_def_file): auto-export data items also
DJ Delorie [Mon, 17 Jul 2000 18:40:47 +0000 (18:40 +0000)] 
* pe-dll.c (process_def_file): auto-export data items also
(pe_process_import_defs): also see if _imp_ form needed

23 years ago2000-07-17 matthew green <mrg@redhat.com>
J.T. Conklin [Mon, 17 Jul 2000 18:11:56 +0000 (18:11 +0000)] 
2000-07-17  matthew green  <mrg@redhat.com>

        * config/sparc/nm-nbsd.h (GDB_GREGSET_T, GDB_FPREGSET_T): Define.

23 years ago* new parsing option
Frank Ch. Eigler [Mon, 17 Jul 2000 17:51:18 +0000 (17:51 +0000)] 
* new parsing option

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

* expr.c (operand): Permit %bin literals if LITERAL_PREFIXPERCENT_BIN
is defined.

23 years ago * testsuite/regress-demangle (failed test): Show result and
Hans-Peter Nilsson [Mon, 17 Jul 2000 10:45:54 +0000 (10:45 +0000)] 
* testsuite/regress-demangle (failed test): Show result and
expected output.
(From GCC.)

23 years agoCast integers into pointers before converting them into canonical
Andrew Cagney [Mon, 17 Jul 2000 03:39:34 +0000 (03:39 +0000)] 
Cast integers into pointers before converting them into canonical
addresses.

23 years ago* gdb.base/exprs.exp: Test casts to a pointer including over and
Andrew Cagney [Mon, 17 Jul 2000 02:56:12 +0000 (02:56 +0000)] 
* gdb.base/exprs.exp: Test casts to a pointer including over and
underflow.

23 years ago2000-07-16 H.J. Lu (hjl@gnu.org)
H.J. Lu [Sun, 16 Jul 2000 21:29:32 +0000 (21:29 +0000)] 
2000-07-16  H.J. Lu  (hjl@gnu.org)

* ld-elfvsb/elfvsb.exp (support_protected): New variable. Check
and set to "yes" if the protected visibility is expected to
pass.
(visibility_run): Set expected to fail for the "protected"
and "protected_undef_def" tests only if $support_protected is
"no".

* ld-elfvsb/main.c (PROTECTED_CHECK): Check for the protected
visibility support if defined.

23 years ago2000-07-15 H.J. Lu (hjl@gnu.org)
H.J. Lu [Sat, 15 Jul 2000 23:57:20 +0000 (23:57 +0000)] 
2000-07-15  H.J. Lu  (hjl@gnu.org)

* ld-elfvsb/elfvsb.exp (visibility_run): Set expected failure
for "protected_undef_def".

* ld-elfvsb/main.c: Don't define HIDDEN_UNDEF_TEST when
PROTECTED_WEAK_TEST is defined.
Don't define PROTECTED_UNDEF_TEST when PROTECTED_WEAK_TEST is
defined.
Define PROTECTED_TEST when PROTECTED_UNDEF_TEST is defined.

* ld-elfvsb/sh1.c (visibility): Mark protected only if
PROTECTED_TEST, PROTECTED_UNDEF_TEST or PROTECTED_WEAK_TEST
is defined.
(visibility_var): Likewise.

23 years ago2000-07-15 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sat, 15 Jul 2000 18:42:01 +0000 (18:42 +0000)] 
2000-07-15  H.J. Lu  <hjl@gnu.org>

* aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.

23 years agoProperly handle references
Daniel Berlin [Sat, 15 Jul 2000 17:40:30 +0000 (17:40 +0000)] 
Properly handle references

23 years ago * doc/c-mips.texi (MIPS Opts): Remove erroneous space after
Ian Lance Taylor [Sat, 15 Jul 2000 15:09:13 +0000 (15:09 +0000)] 
* doc/c-mips.texi (MIPS Opts): Remove erroneous space after
@code.

23 years ago(hppa_fix_adjustable): Don't reduce certain symbols to section syms.
Alan Modra [Sat, 15 Jul 2000 12:57:14 +0000 (12:57 +0000)] 
(hppa_fix_adjustable): Don't reduce certain symbols to section syms.

23 years ago*** empty log message ***
Nick Clifton [Fri, 14 Jul 2000 22:28:24 +0000 (22:28 +0000)] 
*** empty log message ***

23 years agoAdd new command line switch --no-construct-floats
Nick Clifton [Fri, 14 Jul 2000 22:23:33 +0000 (22:23 +0000)] 
Add new command line switch --no-construct-floats

23 years ago * ppcbug-rom.c (ppcbug_regnames[]): Make array size implicit.
Nicholas Duffek [Fri, 14 Jul 2000 22:17:33 +0000 (22:17 +0000)] 
* ppcbug-rom.c (ppcbug_regnames[]): Make array size implicit.
* rs6000-tdep.c (DEFAULT_LR_SAVE): Move to config/*/tm-*.h.
(rs6000_gdbarch_init): Use generic_pc_in_call_dummy instead of
rs6000_pc_in_call_dummy.
* config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Move here from
rs6000-tdep.c.
* config/powerpc/tm-ppc-eabi.h: Remove various definitions
handled by multi-arched rs6000-tdep.c.

23 years ago2000-07-14 Fernando Nasser <fnasser@cygnus.com>
Fernando Nasser [Fri, 14 Jul 2000 21:27:15 +0000 (21:27 +0000)] 
2000-07-14  Fernando Nasser <fnasser@cygnus.com>

        * wrapper.c (sim_create_inferior): Fix typo in the previous patch.

23 years agoFix definition of SKIP_PROLOGUE macro.
Nick Clifton [Fri, 14 Jul 2000 20:55:41 +0000 (20:55 +0000)] 
Fix definition of SKIP_PROLOGUE macro.

23 years ago2000-07-14 Fernando Nasser <fnasser@cygnus.com>
Fernando Nasser [Fri, 14 Jul 2000 16:49:46 +0000 (16:49 +0000)] 
2000-07-14  Fernando Nasser <fnasser@cygnus.com>

        * wrapper.c (sim_create_inferior): Reset mode to ARM when creating a
        new inferior.

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

        * parse.c: Include inferior.h.

23 years agoFix some mips configure problems.
Alan Modra [Thu, 13 Jul 2000 14:57:49 +0000 (14:57 +0000)] 
Fix some mips configure problems.

23 years agoOops, one to many ChangeLog entries.
Andrew Cagney [Thu, 13 Jul 2000 07:57:34 +0000 (07:57 +0000)] 
Oops, one to many ChangeLog entries.

23 years agoCheck that GDB and the C compiler agree about the sizeof a few basic C
Andrew Cagney [Thu, 13 Jul 2000 05:07:54 +0000 (05:07 +0000)] 
Check that GDB and the C compiler agree about the sizeof a few basic C
types.

23 years ago* pe-dll.c (make_one): fix a typo in the __imp_ name decoration
DJ Delorie [Thu, 13 Jul 2000 00:51:40 +0000 (00:51 +0000)] 
* pe-dll.c (make_one): fix a typo in the __imp_ name decoration
for dll import libraries

23 years ago * parse.c (target_map_name_to_register): Include pseudo-regs.
Michael Snyder [Wed, 12 Jul 2000 23:16:45 +0000 (23:16 +0000)] 
    * parse.c (target_map_name_to_register): Include pseudo-regs.

23 years ago2000-07-12 Michael Snyder <msnyder@cleaver.cygnus.com>
Michael Snyder [Wed, 12 Jul 2000 22:01:17 +0000 (22:01 +0000)] 
2000-07-12  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * regcache.c (registers_changed, registers_fetched): Use
        ARCH_NUM_REGS directly, eliminating an unnecessary variable.

        This change adds pseudo-register capability to GDB.
        Pseudo-registers are handled like registers, but they
        don't come from or live on the target.  They may be
        aliases for an existing register, or they may be computed.
        * defs.h (NUM_PSEUDO_REGISTERS): Define default of zero.
        (ARCH_FETCH_PSEUDO_REGISTERS): Define default of no-op.
        (ARCH_STORE_PSEUDO_REGISTERS): Define default of no-op.
        # regcache.c (registers_changed): Mark pseudo-registers
        invalid, as well as real registers.
        (registers_fetched): Do not mark pseudo-registers as fetched
        at the same time as other (real) registers.
        (read_register_bytes): Fetch pseudo-registers (if any) from
        the target architecture module instead of from the target.
        (read_register_gen): Ditto.
        (read_register): Ditto.
        (write_register_bytes): Store pseudo-registers (if any) to
        the target architecture module instead of to the target.
        (write_register_gen): Ditto.
        (write_register): Ditto.
        (build_regcache): Allocate enough register_valid space for
        pseudo-registers as well as normal (real) ones.

23 years ago* objdump.c (usage): Make output of `objdump --help' more
Mark Kettenis [Wed, 12 Jul 2000 19:52:17 +0000 (19:52 +0000)] 
* objdump.c (usage): Make output of `objdump --help' more
consistent with the rest of the GNU world.  Add a line describing
the purpose of the program.

23 years ago* libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
DJ Delorie [Wed, 12 Jul 2000 18:29:55 +0000 (18:29 +0000)] 
* libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
out a structure that is BFD_IN_MEMORY.

23 years ago Add padding to the last section when aligning it increases its size.
Nick Clifton [Wed, 12 Jul 2000 16:45:46 +0000 (16:45 +0000)] 
 Add padding to the last section when aligning it increases its size.

23 years agoSupport the g++ attribute init_priority in gcc 2.95.2 and later.
Nick Clifton [Wed, 12 Jul 2000 16:41:29 +0000 (16:41 +0000)] 
Support the g++ attribute init_priority in gcc 2.95.2 and later.

23 years agoUpdate comment.
Alan Modra [Wed, 12 Jul 2000 11:54:35 +0000 (11:54 +0000)] 
Update comment.

23 years ago* valops.c (value_cast): Allow cast from INT, ENUM or RANGE to
Andrew Cagney [Wed, 12 Jul 2000 08:31:49 +0000 (08:31 +0000)] 
* valops.c (value_cast): Allow cast from INT, ENUM or RANGE to
POINTER.

23 years agoUse section id in get_dyn_name.
Alan Modra [Wed, 12 Jul 2000 05:03:01 +0000 (05:03 +0000)] 
Use section id in get_dyn_name.

23 years agoFix formatting and add missing new lkine at end of error message
Nick Clifton [Tue, 11 Jul 2000 20:17:02 +0000 (20:17 +0000)] 
Fix formatting and add missing new lkine at end of error message

23 years agoFix formatting.
Nick Clifton [Tue, 11 Jul 2000 18:48:17 +0000 (18:48 +0000)] 
Fix formatting.

23 years agoAdd myself as SPARC maintainer.
Jakub Jelinek [Tue, 11 Jul 2000 18:45:27 +0000 (18:45 +0000)] 
Add myself as SPARC maintainer.

23 years ago * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
Jakub Jelinek [Tue, 11 Jul 2000 18:44:12 +0000 (18:44 +0000)] 
* sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
Reported by Bill Clarke <llib@computer.org>.

23 years ago2000-07-11 Scott Bambrough <scottb@netwinder.org>
Scott Bambrough [Tue, 11 Jul 2000 14:00:42 +0000 (14:00 +0000)] 
2000-07-11  Scott Bambrough <scottb@netwinder.org>

* command.c (do_setshow_command): Fix typo in var_auto_boolean
case.

23 years ago* mips-tdep.c: General cleanup. Delete all #if 0 code. Convert
Andrew Cagney [Tue, 11 Jul 2000 11:02:11 +0000 (11:02 +0000)] 
* mips-tdep.c: General cleanup.  Delete all #if 0 code.  Convert
all old style K&R function definitions to ISO-C.
(struct gdbarch_tdep): Add mips_abi_string.
(mips_gdbarch_init): Initialize.
(mips_dump_tdep): Print mips_abi_string and other values.
(mips_push_arguments): Add more detailed tracing.

23 years agoForce MIPS to sign-extend any addresses read from registers.
Andrew Cagney [Tue, 11 Jul 2000 10:24:25 +0000 (10:24 +0000)] 
Force MIPS to sign-extend any addresses read from registers.

23 years agoMove the ``set mask-address'' command to remote-mips.c. Disable
Andrew Cagney [Tue, 11 Jul 2000 09:25:22 +0000 (09:25 +0000)] 
Move the ``set mask-address'' command to remote-mips.c.  Disable
address masking in mips-tdep.c.

23 years ago* printcmd.c (print_scalar_formatted): Move masking of 'a' address
Andrew Cagney [Tue, 11 Jul 2000 08:51:59 +0000 (08:51 +0000)] 
* printcmd.c (print_scalar_formatted): Move masking of 'a' address
from here.
(print_address_numeric): To here.
* TODO: Update.

23 years ago* symtab.c: Use paddr_nz() to print addresses.
Andrew Cagney [Tue, 11 Jul 2000 07:56:23 +0000 (07:56 +0000)] 
* symtab.c: Use paddr_nz() to print addresses.

This page took 0.04048 seconds and 4 git commands to generate.