Doug Evans [Tue, 21 Jul 1998 23:50:34 +0000 (23:50 +0000)]
* cgen.c (cgen_md_apply_fix3): set_operand renamed to set_vma_operand.
Update call to insert_operand.
Doug Evans [Tue, 21 Jul 1998 23:46:56 +0000 (23:46 +0000)]
regenerate, get displacement operand shifts right
Doug Evans [Tue, 21 Jul 1998 23:26:53 +0000 (23:26 +0000)]
* cgen-utils.c: Include bfd.h.
(sim_disassemble_insn): Update call to CGEN_EXTRACT_FN.
Doug Evans [Tue, 21 Jul 1998 21:08:03 +0000 (21:08 +0000)]
tweak
Doug Evans [Tue, 21 Jul 1998 20:59:23 +0000 (20:59 +0000)]
* cgen-opc.in (@arch@_cgen_lookup_insn): Update call to
CGEN_EXTRACT_FN.
(@arch@_cgen_get_insn_operands): @arch@_cgen_get_operand renamed to
@arch_cgen_get_int_operand.
* cgen-asm.in (insert_insn_normal): New arg `pc', callers updated.
Update call to @arch@_cgen_insert_operand.
(@arch@_cgen_assemble_insn): Update call to CGEN_INSERT_FN.
* cgen-dis.in (print_normal): Delete use of CGEN_PCREL_OFFSET.
(extract_insn_normal): New arg `pc', callers updated.
Update call to @arch@_cgen_extract_operand.
(print_insn): Update call to CGEN_EXTRACT_FN.
* m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
Doug Evans [Tue, 21 Jul 1998 20:47:38 +0000 (20:47 +0000)]
use macros for version numbers
Jeff Holcomb [Tue, 21 Jul 1998 20:43:16 +0000 (20:43 +0000)]
sanitize fix
Doug Evans [Tue, 21 Jul 1998 20:36:13 +0000 (20:36 +0000)]
* cgen.h (cgen_version_{major,minor,fixlevel}): Declare.
(cgen_insert_fn,cgen_extract_fn): New arg `pc'.
(get_operand,put_operand): Replaced with get_{int,vma}_operand,
set_{int,vma}_operand.
Jeff Holcomb [Tue, 21 Jul 1998 20:26:20 +0000 (20:26 +0000)]
sanitize fix
Ulrich Drepper [Tue, 21 Jul 1998 20:16:10 +0000 (20:16 +0000)]
*** empty log message ***
Ulrich Drepper [Tue, 21 Jul 1998 20:15:58 +0000 (20:15 +0000)]
Use symbolic names of relocation entries for the various
architectures. Correct more layout details. Print names of MIPS
specific section types. Print Alpha, ARM, and MIPS relocation type
names.
Ulrich Drepper [Tue, 21 Jul 1998 20:12:44 +0000 (20:12 +0000)]
Update.
Ulrich Drepper [Tue, 21 Jul 1998 20:12:27 +0000 (20:12 +0000)]
Platform specific relocation definitions.
Ulrich Drepper [Tue, 21 Jul 1998 20:11:51 +0000 (20:11 +0000)]
Add R_PPC_* entries.
Ulrich Drepper [Tue, 21 Jul 1998 20:11:30 +0000 (20:11 +0000)]
Add R_MN10300_* entries.
Ulrich Drepper [Tue, 21 Jul 1998 20:11:08 +0000 (20:11 +0000)]
Add R_MIPS_* and SHT_MIPS_* entries.
Martin Hunt [Tue, 21 Jul 1998 18:40:06 +0000 (18:40 +0000)]
(gdb_listfiles): Fix comments and cleanup.
Jeff Law [Tue, 21 Jul 1998 15:50:14 +0000 (15:50 +0000)]
* am33.igen: Add most am33 DSP instructions.
Richard Henderson [Tue, 21 Jul 1998 01:54:28 +0000 (01:54 +0000)]
* elf-bfd.h (struct elf_backend_data): Add got_ & plt_header_size.
* elf32-i386.c (elf_backend_got_header_size): Define.
(elf_backend_plt_header_size): Define.
* elf32-m68k.c, elf32-mips.c, elf32-ppc.c: Likewise.
* elf32-sparc.c, elf64-alpha.c, elf64-sparc.c: Likewise.
* elfxx-target.h: Provide a default of zero.
* elflink.c (_bfd_elf_create_got_section): Use got_header_size.
* elflink.h (elf_gc_common_finalize_got_offsets): Likewise.
* elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't remove a PLT
entry from an executable, even if the plt refcount goes to 0.
Ian Lance Taylor [Mon, 20 Jul 1998 16:52:49 +0000 (16:52 +0000)]
Mon Jul 20 12:51:16 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* addr2line.c (find_address_in_section): Only consider a section
if the pc value is completely contained within it.
(translate_addresses): Don't crash if functionname or filename are
null.
Ian Lance Taylor [Mon, 20 Jul 1998 16:50:34 +0000 (16:50 +0000)]
Mon Jul 20 12:47:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* aoutx.h (NAME(aout,find_nearest_line)): Also remember the
directory name at the line number.
* elf.c (_bfd_elf_find_nearest_line): Also consider symbols
with an unspecified type.
Ulrich Drepper [Mon, 20 Jul 1998 14:49:03 +0000 (14:49 +0000)]
process_symbol_table): Fix little alignment problem in printed table header.
Ulrich Drepper [Mon, 20 Jul 1998 14:18:35 +0000 (14:18 +0000)]
Correct reading of .dynamic section.
(dynamic_section): Now a global variable.
(process_mips_fpe_exception, process_mips_specific, process_arch_specific):
New functions.
(get_file_header): Call process_arch_specific.
Ulrich Drepper [Sun, 19 Jul 1998 23:31:57 +0000 (23:31 +0000)]
Add support for processor specific information on MIPS.
Ulrich Drepper [Sun, 19 Jul 1998 23:30:10 +0000 (23:30 +0000)]
Add lots of DT_MIPS_* symbols.
Ulrich Drepper [Sun, 19 Jul 1998 22:27:05 +0000 (22:27 +0000)]
(PT_MIPS_OPTIONS): New symbol.
Ulrich Drepper [Sun, 19 Jul 1998 22:18:24 +0000 (22:18 +0000)]
Fix several versioning related bugs. Produce nicer output.
Martin Hunt [Sun, 19 Jul 1998 09:33:34 +0000 (09:33 +0000)]
Sun Jul 19 02:11:45 1998 Martin M. Hunt <hunt@cygnus.com>
* symtab.c (decode_line_2): Instead of printing a prompt
and calling command_line_input() without a prompt, just
call it with the proper args. This makes the GUI work too.
Sat Jul 18 12:28:39 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk.c (gdbtk_cleanup): Add call to tcl function
gdbtk_cleanup. We need this so the GUI gets to clean
up no matter how GDB exits.
Ian Lance Taylor [Fri, 17 Jul 1998 18:52:26 +0000 (18:52 +0000)]
* ylwrap: Don't use a full path name if the source file is in the
same directory. From hjl@lucon.org (H.J. Lu).
Nick Clifton [Fri, 17 Jul 1998 18:44:05 +0000 (18:44 +0000)]
Changed format of help message
Jillian Ye [Fri, 17 Jul 1998 18:43:30 +0000 (18:43 +0000)]
Forward fit sky-branch updates to devo.
Ian Lance Taylor [Fri, 17 Jul 1998 17:31:09 +0000 (17:31 +0000)]
* config-ml.in: Default to being verbose, to match Feb 18 change to
configure.
Ron Unrau [Fri, 17 Jul 1998 15:29:11 +0000 (15:29 +0000)]
* blockframe.c (find_pc_sect_partial_function): allow for the possi-
bility of multiple symbols at the same address when finding high.
* breakpoint.c (resolve_sal_pc): if the function based section lookup
fails, try getting the section from the minimal symbol table.
* parse.c (write_exp_msymbol): use symbol_overlayed_address to get
the LMA of a minimal symbol if unmapped.
* symtab.c (find_line_symtab): change interface to return symtab
containing the best linetable found.
(decode_line_1): use find_line_symtab to set val.symtab. This should
improve support for source files with multiple symtabs.
* tm-txvu.h: include tm-mips64.h instead of starting from scratch.
Jeff Law [Fri, 17 Jul 1998 00:19:01 +0000 (00:19 +0000)]
* gas/mn10300/am33_5.s: Test 4 operand mul, mulu.
* gas/mn10300/basic.exp: Corresponding changes.
Jeff Law [Fri, 17 Jul 1998 00:06:55 +0000 (00:06 +0000)]
* m10300-opc.c (mn10300_opcodes): Fix opcode for 4 operand "mul" and
"mulu".
Stan Cox [Thu, 16 Jul 1998 18:05:22 +0000 (18:05 +0000)]
(BSD44_FORMAT): Define for cygwin32, win32, mingw32
Ian Lance Taylor [Thu, 16 Jul 1998 16:31:40 +0000 (16:31 +0000)]
Brought over from egcs:
Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
* configure.in (target_subdir): Set to ${target_alias} instead
of "libraries".
Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
* configure.in (target_subdir): Set to libraries if enable_multilib.
Keith Seitz [Wed, 15 Jul 1998 20:13:34 +0000 (20:13 +0000)]
Merge v850 branch ICE support onto devo.
Ian Lance Taylor [Wed, 15 Jul 1998 19:43:15 +0000 (19:43 +0000)]
* config/tc-i386.c (md_assemble): Don't get confused by trailing
whitespace after a prefix operator.
Keith Seitz [Wed, 15 Jul 1998 18:52:50 +0000 (18:52 +0000)]
* main.c (main): Fix violations of GNU coding standard.
* breakpoint.c: Export delete_command.
* infcmd.c: Export continue_command, stepi_command, and nexti_command.
* Makefile.in: Add target for v850ice.o.
* configure.tgt: Add cygwin32 dependencies for v850 ice.
Nick Clifton [Wed, 15 Jul 1998 18:00:49 +0000 (18:00 +0000)]
Cope with setting trace points on symbols which do not have an associated directory.
Ian Lance Taylor [Wed, 15 Jul 1998 15:20:28 +0000 (15:20 +0000)]
* sunos.c: Add undef of valid to avoid problem on SunOS.
Ian Lance Taylor [Wed, 15 Jul 1998 05:02:34 +0000 (05:02 +0000)]
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
multilibs, force reconfiguration the first time we create
multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
Ian Lance Taylor [Wed, 15 Jul 1998 03:42:02 +0000 (03:42 +0000)]
* configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
avoid confusion with --no-recursion.
Keith Seitz [Tue, 14 Jul 1998 23:16:40 +0000 (23:16 +0000)]
* configure.in: Fix sanitization start/end error.
* configure: Regenerate.
Richard Henderson [Tue, 14 Jul 1998 23:15:20 +0000 (23:15 +0000)]
Strip beos markers.
Jeff Holcomb [Tue, 14 Jul 1998 23:00:31 +0000 (23:00 +0000)]
fix sanitization; add trap.S
Geoffrey Noer [Tue, 14 Jul 1998 22:40:44 +0000 (22:40 +0000)]
Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
* configure.in: Win32 hosts shouldn't use install -x
* install-sh: remove -x option, and special .exe-handling
hack.
Richard Henderson [Tue, 14 Jul 1998 22:40:17 +0000 (22:40 +0000)]
* configure.tgt (i?86-*-beos{pe,elf,}*): Recognize.
* Makefile.am (ei386beos.o): New.
* emulparams/i386beos.sh: New file.
* emultempl/beos.em, scripttempl/i386beos.sc: New file.
Richard Henderson [Tue, 14 Jul 1998 22:30:03 +0000 (22:30 +0000)]
* configure.in (i386-*-beos{pe,elf,}*): Recognize.
Richard Henderson [Tue, 14 Jul 1998 22:26:29 +0000 (22:26 +0000)]
* config.guess: Recognize i586-pc-beos.
* configure.in: Don't build some bits for beos.
Ian Lance Taylor [Tue, 14 Jul 1998 19:09:27 +0000 (19:09 +0000)]
* configure: If CC is set but CFLAGS is not, and CC is gcc, make
CFLAGS default to -O2.
Ian Lance Taylor [Tue, 14 Jul 1998 17:22:43 +0000 (17:22 +0000)]
* ltmain.sh: Add some hacks to make SunOS --enable-shared work
when using GNU ld.
Ian Lance Taylor [Tue, 14 Jul 1998 16:55:41 +0000 (16:55 +0000)]
* config/tc-sparc.c (s_reserve): Set symbol size if OBJ_ELF.
(s_common): Likewise.
Ian Lance Taylor [Tue, 14 Jul 1998 16:44:28 +0000 (16:44 +0000)]
Tue Jul 14 12:33:44 1998 Chris Torek <torek@bsdi.com>
* config/tc-sparc.c (log2): New static function.
(s_reserve): Use log2 to convert alignment before calling
record_alignment.
(s_common): Use log2 to convert alignment before calling
record_alignment and frag_align.
(sparc_cons_align): Use log2.
Ian Lance Taylor [Tue, 14 Jul 1998 15:59:28 +0000 (15:59 +0000)]
* config/tc-sparc.c (sparc_handle_align): Reindent a bit. Correct
initialization of waddr.
(sparc_elf_final_processing): Add default case to switch.
Ian Lance Taylor [Tue, 14 Jul 1998 15:45:55 +0000 (15:45 +0000)]
Tue Jul 14 11:22:21 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* elf32-m68k.c (elf_m68k_check_relocs): Also reference count
R_68K_PCxx and R_68K_xx relocations. Make sure that
ELF_LINK_HASH_NEEDS_PLT is always set for a PLT reloc reference.
(elf_m68k_gc_sweep_hook): Also reference count R_68K_PCxx and
R_68K_xx relocations.
(elf_m68k_adjust_dynamic_symbol): Reset the plt offset of a symbol
that has no plt entry.
(elf_m68k_relocate_section): Ignore the plt offset in a static
link.
* elflink.h (elf_adjust_dynamic_symbol): Reset the plt offset for
an ignored symbol.
(elf_gc_common_finalize_got_offsets): Set the got offsets also in
a static link.
* elf32-m68k.c (R_68K_GNU_VTINHERIT, R_68K_GNU_VTENTRY): New reloc
types.
(howto_table, reloc_map): Add entries for them.
(elf_m68k_check_relocs): Handle them. Implement reference
counting for got and plt entries.
(elf_m68k_gc_mark_hook, elf_m68k_gc_sweep_hook): New functions.
(elf_m68k_adjust_dynamic_symbol): Handle unreferenced plt
symbols.
(rtype_to_howto_rel, elf_info_to_howto_rel): Delete.
(elf_m68k_relocate_section): Handle the new reloc types.
(bfd_elf32_bfd_final_link, elf_backend_gc_mark_hook,
elf_backend_gc_sweep_hook, elf_backend_can_gc_sections): Define.
* elflink.h (elf_link_add_object_symbols): When creating an
indirect reference for symbol versioning also copy the plt
offset.
(elf_fix_symbol_flags): When clearing the ELF_LINK_HASH_NEEDS_PLT
flag also reset the plt offset.
(elf_link_assign_sym_version): Likewise.
(elf_gc_common_finalize_got_offsets): Increment the got offset by
the size of the entry in bytes.
(elf_gc_allocate_got_offsets): Likewise.
Tue Jul 14 11:18:14 1998 Ian Lance Taylor <ian@cygnus.com>
* elflink.h (elf_gc_sections): Return true rather than falling off
the bottom.
Ian Lance Taylor [Tue, 14 Jul 1998 15:18:39 +0000 (15:18 +0000)]
* coffgen.c (bfd_coff_set_symbol_class): Call bfd_alloc, not
xmalloc.
Ian Lance Taylor [Tue, 14 Jul 1998 15:01:17 +0000 (15:01 +0000)]
Tue Jul 14 11:00:16 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* doc/c-i386.texi: Fix a typo. Use the term 80-bit real rather
than temporary real.
Jeff Law [Tue, 14 Jul 1998 03:59:11 +0000 (03:59 +0000)]
Fix goof.
Ian Lance Taylor [Mon, 13 Jul 1998 22:33:46 +0000 (22:33 +0000)]
Mon Jul 13 18:15:11 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* gas/i386/*: All new i386 testsuite.
Ian Lance Taylor [Mon, 13 Jul 1998 21:28:52 +0000 (21:28 +0000)]
* write.c (subsegs_finish): Don't align the segments if there were
any errors.
Ian Lance Taylor [Mon, 13 Jul 1998 20:00:30 +0000 (20:00 +0000)]
* config/obj-coff.c (c_symbol_merge): Correct number of bytes when
copying aux information.
Ian Lance Taylor [Mon, 13 Jul 1998 18:54:43 +0000 (18:54 +0000)]
Mon Jul 13 14:53:59 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* i386-dis.c (ckprefix): Handle fwait specially only when it isn't
the first prefix.
(dofloat): Correct test for fnstsw. Print `fnstsw %ax' rather
than `fnstsw %eax'.
(OP_J): Remove unnecessary subtraction when 16-bit displacement
will be masked later.
Nick Clifton [Mon, 13 Jul 1998 18:09:20 +0000 (18:09 +0000)]
Removed leading underscore.
Ian Lance Taylor [Mon, 13 Jul 1998 17:56:28 +0000 (17:56 +0000)]
* expr.c (make_expr_symbol): Catch attempts to turn an O_big
expression into a symbol.
Ian Lance Taylor [Mon, 13 Jul 1998 17:31:43 +0000 (17:31 +0000)]
Mon Jul 13 13:29:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* config/tc-i386.c (mode_from_disp_size): Change arg and return
type to unsigned int.
(md_assemble): Change type used to store offsets from unsigned
long to long.
(i386_operand): Switch error check to only call RESTORE_END_STRING
once after parse_register.
Ian Lance Taylor [Mon, 13 Jul 1998 17:23:53 +0000 (17:23 +0000)]
Mon Jul 13 13:20:23 1998 Steve Chamberlain <sac@transmeta.com>
* ldlex.l: Accept ASSERT.
* ldgram.y (exp): Add ASSERT_K case.
* ldexp.h (node_type): Add etree_assert to node_class enum.
(etree_type): Add assert_s field.
(exp_assert): Declare.
* ldexp.c (exp_fold_tree): Handle etree_assert.
(exp_assert): New function.
(exp_print_tree): Handle etree_assert.
* ld.texinfo (Miscellaneous Commands): Document ASSERT.
Ian Lance Taylor [Mon, 13 Jul 1998 17:07:27 +0000 (17:07 +0000)]
* ieee.c (ieee_slurp_external_symbols): Handle call optimization
information ATN records.
Felix Lee [Mon, 13 Jul 1998 13:42:45 +0000 (13:42 +0000)]
* gdb.base/callfuncs.exp: add cmp10 test.
* gdb.base/callfuncs.c (cmp10): new function.
Jeff Law [Sat, 11 Jul 1998 05:12:03 +0000 (05:12 +0000)]
* m10300-opc.c (mn10300_opcodes): Fix destination operand for 3 operand
instructions.
Nick Clifton [Fri, 10 Jul 1998 23:01:30 +0000 (23:01 +0000)]
Changed format of help output
Per Bothner [Fri, 10 Jul 1998 20:46:48 +0000 (20:46 +0000)]
Remove references to Alcatel.
Ian Lance Taylor [Fri, 10 Jul 1998 20:31:44 +0000 (20:31 +0000)]
* ieee.c (ieee_slurp_external_symbols): Select an appropriate
section for an absolute symbol in a fully linked file. Based on
patch from Christian Holland <CHolland@de.lucent.com>.
Ian Lance Taylor [Fri, 10 Jul 1998 20:19:22 +0000 (20:19 +0000)]
From Christian Holland <CHolland@de.lucent.com>:
* ieee.c (parse_ieee): Initialize info.global_vars and
info.global_types.
(parse_ieee_atn): Ignore register lifetime information reportedly
emitted by MRI compiler.
Dawn Perchik [Fri, 10 Jul 1998 08:54:17 +0000 (08:54 +0000)]
* gdb.base/commands.exp: Break up infrun_breakpoint_command_test
into two parts to get around a synchronization problem in expect.
Jeff Law [Thu, 9 Jul 1998 22:23:18 +0000 (22:23 +0000)]
* mn10300-tdep.c (mn10300_generic_register_names): New variable.
(set_machine_hook): New function. Copy the appropriate register
names into reg_names.
(_initialize_mn10300_tdep): Set up to call set_machine_hook.
* tm-mn10300 (NUM_REGS): Bump to 32.
(REGISTER_NAMES): Updated accordingly.
start-sanitize-am33
* mn10300-tdep.c (am33_register_names): New variable.
(mn10300_analyze_prologue): Handle regs saved by am33 prologues.
* tm-mn10300.h (E0_REGNUM): Define.
end-sanitize-am33
Initial am33 support.
Jeff Law [Thu, 9 Jul 1998 19:41:47 +0000 (19:41 +0000)]
* am33.igen: Fix Z bit for remaining addc/subc instructions.
Do not sign extend immediate for mov imm,XRn.
More random mul, mac & div fixes.
Remove some unused variables.
Sign extend 24bit displacement in memory addresses.
Whee, more fixes.
Jeff Law [Thu, 9 Jul 1998 19:04:22 +0000 (19:04 +0000)]
* mn10300.igen: Fix Z bit for addc and subc instructions.
Minor fixes in multiply/divide patterns.
start-sanitize-am33
* am33.igen: Fix Z bit for addc Rm,Rn and subc Rm,Rn. Various
fixes to 2 register multiply, divide and mac instructions. Set
Z,N correctly for sat16. Sign extend 24 bit immediate for add,
and sub instructions.
* am33.igen: Add remaining non-DSP instructions.
end-sanitize-am33
Ian Lance Taylor [Thu, 9 Jul 1998 17:08:26 +0000 (17:08 +0000)]
* Makefile.am (MAINTAINERCLEANFILES): Define.
* Makefile.in: Rebuild.
Ian Lance Taylor [Thu, 9 Jul 1998 16:10:28 +0000 (16:10 +0000)]
Thu Jul 9 12:09:57 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/tc-m68k.c (tc_m68k_fix_adjustable): Don't adjust vtable
relocs.
(md_apply_fix_2): Force the symbol of the vtable reloc to be
weak.
Jeff Law [Thu, 9 Jul 1998 16:09:24 +0000 (16:09 +0000)]
* am33.igen: Add remaining non-DSP instructions.
Lots of work still remains. PSW handing is probably broken badly and the
mul/mac classes of instructions are probably not handled correctly.
Ian Lance Taylor [Thu, 9 Jul 1998 15:32:16 +0000 (15:32 +0000)]
* doc/Makefile.am (MAINTAINERCLEANFILES): Define.
* doc/Makefile.in: Rebuild.
Jeff Law [Thu, 9 Jul 1998 00:24:57 +0000 (00:24 +0000)]
* am33.igen (translate_rreg): New function. Use it as appropriate.
Jeff Law [Wed, 8 Jul 1998 22:33:35 +0000 (22:33 +0000)]
* am33.igen: More am33 instructions. Fix "div".
Jeff Law [Wed, 8 Jul 1998 18:25:52 +0000 (18:25 +0000)]
* config/tc-mips.c (mips_ip, case 'i' and 'j'): Mask off high bits
for %lo expressions.
(mips_ip, case 'u'): Move range check after code to mask
off bits in %hi/%lo expressions. Mask off high bits for
%lo expressions.
pr16135
Ian Lance Taylor [Wed, 8 Jul 1998 18:06:49 +0000 (18:06 +0000)]
* ldgram.y: Change MAX to MAX_K and MIN to MIN_K, to avoid
conflicts with system header files. Change all uses.
Ian Lance Taylor [Wed, 8 Jul 1998 18:03:30 +0000 (18:03 +0000)]
* Makefile.am (MAINTAINERCLEANFILES): Define.
* Makefile.in: Rebuild.
Jeff Law [Wed, 8 Jul 1998 17:38:15 +0000 (17:38 +0000)]
* m10300-dis.c (disassemble): When printing RREGs and XRREGs, map
from raw register #s to symbolic names to make debugging easier.
Ian Lance Taylor [Wed, 8 Jul 1998 15:30:31 +0000 (15:30 +0000)]
Wed Jul 8 11:29:56 1998 Manfred Hollstein <manfred@s-direktnet.de>
* coff-m88k.c (m88k_special_reloc): Don't lose the information
that a symbol is undefined.
Andrew Cagney [Wed, 8 Jul 1998 08:00:36 +0000 (08:00 +0000)]
Add a printf fmt style version of sim_events_schedule.
This allows the caller to specify extra trace information that is
only evaluated when tracing is enabled.
Jeff Law [Wed, 8 Jul 1998 03:55:07 +0000 (03:55 +0000)]
* readelf.c (byte_get): Use PARAMS in prototype.
(error): Make it work with non-ANSI compilers.
(warn): Likewise.
(get_ver_flags): Don't use an ANSI prototype in the definition.
Jeff Law [Wed, 8 Jul 1998 03:51:25 +0000 (03:51 +0000)]
* som.c (som_bfd_gc_sections): Define.
Ian Lance Taylor [Tue, 7 Jul 1998 22:04:16 +0000 (22:04 +0000)]
* Makefile.am (ldver.texi): New target.
(ld.info, ld.dvi): Depend upon ldver.texi.
* ld.texinfo: Include ldver.texi. Mention version number on title
page and in top node.
* Makefile.in: Rebuild.
Ian Lance Taylor [Tue, 7 Jul 1998 21:58:52 +0000 (21:58 +0000)]
* doc/Makefile.am (gasver.texi): New target.
(as.info, as.dvi): Depends upon gasver.texi.
* doc/as.texinfo: Include gasver.texi. Mention version number on
title page and in top node.
* doc/Makefile.in: Rebuild.
Ian Lance Taylor [Tue, 7 Jul 1998 21:19:20 +0000 (21:19 +0000)]
fix libtool 1.2b bug
Ian Lance Taylor [Tue, 7 Jul 1998 20:23:27 +0000 (20:23 +0000)]
improve behaviour on SunOS
Ian Lance Taylor [Tue, 7 Jul 1998 19:24:58 +0000 (19:24 +0000)]
* ltconfig, ltmain.sh: Update to libtool 1.2b.
Richard Henderson [Tue, 7 Jul 1998 18:46:38 +0000 (18:46 +0000)]
* listing.c (listing_listing): For EDICT_LIST, skip all lines up to
but not including the line containing the edict.
* listing.h (LISTING_EOF): New.
* input-scrub.c (input_scrub_next_buffer): Call it.
PR 14509
Ian Lance Taylor [Tue, 7 Jul 1998 17:27:00 +0000 (17:27 +0000)]
* objcopy.c (filter_bytes): Set size correctly if the size of the
section is not an even multiple of the interleave. Based on patch
from Brion Stone <Brion.Stone@attws.com>.