Stan Shebs
cd0fc7c3eb
import gdb-1999-05-10
28 years ago
Jim Blandy
e9868447b4
*** empty log message ***
28 years ago
Jim Blandy
7d0e3be3b1
* cplus-dem.c (main): Use table lookup to distinguish identifier
characters from non-identifier characters.
(standard_symbol_alphabet, hp_symbol_alphabet): New functions.
28 years ago
Catherine Moore
626e01051a
1999-05-10 Catherine Moore <clm@cygnus.com>
* emulttempl/pe.em (gld_${EMULATION_NAME}_after_open):
Check for TARGET_IS_arm_epoc_pe.
(gld_${EMULATION_NAME}_before_allocation): Likewise.
28 years ago
Catherine Moore
ba1b93173e
* bfd-in.h (bfd_arm_allocate_interworking_sections): Static
if COFF_IMAGE_WITH_PE.
(bfd_arm_process_before_allocation): Likewise.
(bfd_arm_get_bfd_for_interworking): Likewise.
* coff-arm.c: Likewise.
* bfd-in2.h: Regenerate.
* configure.in (armpe_little_vec): Remove coff-arm.lo.
(armpe_big_vec): Likewise.
* configure: Rebuild.
28 years ago
Nick Clifton
c1f6bc0323
Check for period after .rel{a} when detecting reloc sections.
28 years ago
Richard Henderson
4dec4d4e74
* ldlang.c (walk_wild, walk_wild_file, walk_wild_section,
output_section_callback, gc_section_callback): New functions for
generic section walks.
(wild, lang_gc_wild): Use walk_wild.
(wild_file, lang_gc_wild_file): Deleted. Common logic moved to
walk_wild_file.
(wild_section, lang_gc_wild_section): Deleted. Common logic moved
to walk_fild_section. Unique logic moved into callbacks
output_section_callback and gc_section_callback.
28 years ago
Richard Henderson
d0e9a01c12
* config/tc-ppc.c (md_parse_option): Recognize -mppc64bridge.
(md_begin): Allow ppc32 insns in ppc64bridge mode.
(ppc_insert_operand): Accept SIGNOPT in ppc64 mode.
28 years ago
Richard Henderson
45c18104f8
* ppc.h (PPC_OPCODE_64_BRIDGE): New.
28 years ago
Nick Clifton
886851536e
Use .short to display unidentified instructions
28 years ago
Nick Clifton
3f230321da
restore mcore files (Duh!)
28 years ago
Nick Clifton
b23f908b61
Replace assert (about endianism) with an error message
28 years ago
Nick Clifton
71acc4e8d5
REstore mcore support (duh!)
28 years ago
Nick Clifton
bb3596ae84
fix output format.
28 years ago
Nick Clifton
09a3f5d4e3
restore. (Duh!)
28 years ago
Richard Henderson
83183c0c36
* config/tc-i386.c (i386_immediate): Skip whitespace before
complaining about junk after expression.
(i386_displacement): Likewise.
28 years ago
Richard Henderson
33fbbfbc00
* configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
* getruntime.c: Only attempt to include sys/resource.h and
use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
are defined.
28 years ago
Richard Henderson
03987ceda1
* symbols.c (symbol_find_base): Use memcpy instead of strcpy.
Don't copy before downcaseing.
28 years ago
Richard Henderson
7fafc0fd27
Fred Fish <fnf@be.com>
* dwarf2.c (read_abbrevs): Change cast of dwarf_abbrev_buffer
assignment from "unsigned char *" to "char *".
(decode_line_info): Likewise for dwarf_line_buffer assignment.
28 years ago
Ian Lance Taylor
82716b788e
* rename.c (smart_rename): Fix test of whether file exists.
28 years ago
Nick Clifton
a8a9050d4a
Set display_endian based on target endianism.
28 years ago
Nick Clifton
9484f685a5
Remove traces of mcore.
28 years ago
Nick Clifton
76f4998ad1
remove mentions of mcore.
28 years ago
Nick Clifton
87673fab32
Currently CYGNUS local
28 years ago
Stan Shebs
a4cb37cb10
import gdb-19990504 snapshot
28 years ago
Catherine Moore
b890a73569
* dlltool.c (interwork): Remove.
(arm_interwork_jtab): Use bx insn.
(thumb_jtab): Likewise.
(MARM_INTERWORK): New machine type.
(rvaafter): Handle it.
(rvabefore) Likewise.
(asm_prefix): Likewise.
(gen_exp_type): Check machine type instead of
interwork flag.
(make_one_lib_file): Likewise.
(make_head): Likewise.
(make_tail): Likewise.
(usage): Update machine types.
(main): Remove -interwork support.
28 years ago
Catherine Moore
b44267fd40
* coff-arm.c (coff_arm_relocate_section): Add one to
address of ARM_RVA32 thumb functions.
28 years ago
Stan Shebs
b83266a0e1
import gdb-19990504 snapshot
28 years ago
Catherine Moore
e1346c8d09
Remove extra copy of elf32_m68k_copy_private_bfd_data.
28 years ago
Catherine Moore
33c63f9db4
* readelf.c (get_machine_flags): Check for EF_CPU32.
(get_data_encoding): Fix typo.
28 years ago
Catherine Moore
0d96863f2b
* tc-m68k.c: Include elf/m68k.h.
(m68k_elf_final_processing): New routine.
* tc-m68k.h (elf_tc_final_processing m68k_elf_final_processing):
Define.
28 years ago
Catherine Moore
5ce00b97b9
* m68k.h (EF_CPU32): Define.
28 years ago
Catherine Moore
9e1281c780
* elf32-m68k.c (elf32_m68k_set_private_flags): New.
(elf32_m68k_copy_private_bfd_data): New.
(elf32_m68k_merge_private_bfd_data): New.
(elf32_m68k_print_private_bfd_data): New.
(CPU32_FLAG): Define.
(PLT_CPU32_ENTRY_SIZE): Define.
(elf_cpu32_plt0_entry): Declare.
(elf_cpu32_plt_entry): Declare.
(elf_m68k_adjust_dynamic_symbol): Generate cpu32 plt entries.
(elf_m68k_finish_dynamic_symbol): Likewise.
(elf_m68k_finish_dynamic_sections): Likewise.
(elf_backend_plt_header_size): Remove definition.
(bfd_elf32_bfd_copy_private_bfd_data): Define.
(bfd_elf32_bfd_merge_private_bfd_data): Define.
(bfd_elf32_bfd_set_private_flags): Define.
(bfd_elf32_bfd_print_private_bfd_data): Define.
28 years ago
Stan Shebs
7c202dc7f5
Remove pregenerated info file
28 years ago
Jeff Law
90700a5341
* config/tc-hppa.c (md_apply_fix): Handle 22 bit fmt insn like a
17 bit fmt insn.
28 years ago
Jeff Law
c10067812f
M
* som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE
and R_LONG_PCREL_MODE.
28 years ago
Jeff Law
ac79f2f399
ÿ
* som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE
and R_LONG_PCREL_MODE.
28 years ago
Richard Henderson
5b64ad42d3
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
28 years ago
Richard Henderson
252b5132c7
19990502 sourceware import
28 years ago
Stan Shebs
2d514e6f36
import gdb-19990422 snapshot
28 years ago
Stan Shebs
8b0b198558
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
28 years ago
Stan Shebs
aac4839284
import gdb-19990422 snapshot
28 years ago
Stan Shebs
e49d4fa61a
import gdb-19990422 snapshot
28 years ago
Stan Shebs
7a292a7adf
import gdb-19990422 snapshot
28 years ago
Stan Shebs
771578d160
import gdb-19990422 snapshot
28 years ago
Stan Shebs
1996fae846
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
28 years ago
Stan Shebs
0714f9bfa3
import gdb-19990422 snapshot
28 years ago
Stan Shebs
3dd8d9225d
Not part of the sources
28 years ago
Stan Shebs
c906108c21
Initial creation of sourceware repository
28 years ago
Stan Shebs
d60d9f651a
Initial creation of sourceware repository
28 years ago