aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-06-16 * archures.c (enum bfd_architecture): #define constants forNicholas Duffek6-22/+213
PowerPc and RS6000 machine numbers. * bfd-in2.h: Regenerate. * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch to bfd_arch_powerpc instead of bfd_arch_rs6000. Refer to PowerPc and RS6000 machine numbers using #defined constants from archures.c. * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000 machine numbers using #defined constants from archures.c. Add entries for EC603e, 630, A35, RS64II, RS64III, 7400. Specify 64-bit words in 620 entry. * cpu-rs6000.c (arch_info_struct): Create with entries for RS1, RSC, and RS2. (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
2000-06-16 * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.Nicholas Duffek4-0/+17
* libcoff-in.h (struct xcoff_tdata): Define xcoff64 field. * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
2000-06-16 * bfd-in.h (bfd_family_coff): Define.Nicholas Duffek10-29/+41
* bfd-in2.h: Regenerate. * coffgen.c (coff_count_linenumbers, coff_symbol_from, coff_find_nearest_line): Check COFFness using bfd_family_coff() instead of bfd_target_coff_flavour. * cofflink.c (_bfd_coff_final_link): Likewise. * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to exclude XCOFF files. * reloc.c (bfd_perform_relocation, bfd_install_relocation): Likewise. * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour. * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour. * xcofflink.c (XCOFF_XVECP): Delete. (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol, bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc, bfd_xcoff_record_link_assignment, bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with check for bfd_target_xcoff_flavour.
2000-06-16 * rs6000-core.c: Support 64-bit core files, support pre-4.3 coreNicholas Duffek3-217/+411
files on AIX 4.3. (read_hdr): New function. (rs6000coff_core_p): Store mstsave or __context64 struct instead of trying to extract individual registers. Set abfd->arch_info to match the architecture that created the core file. (rs6000coff_get_section_contents): Delete. * xcoff-target.h (rs6000coff_get_section_contents): Delete.
2000-06-16Add -mcpu=rmXXXX switch.Nick Clifton3-1/+30
2000-06-16Fix typo.Alan Modra1-172/+166
2000-06-16File list is incorrect.Jim Blandy1-2/+1
2000-06-16PARAMS elimination.Kevin Buettner2-7/+11
2000-06-162000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu5-161/+26
* dyn-string.c: Removed. Not needed with dyn-string.c in libiberty. * dyn-string.h: Likewise. * Makefile.am: Remove references to dyn-string.c and dyn-string.h. Rebuild dependency. * Makefile.in: Rebuild.
2000-06-15Fix some typos.H.J. Lu1-2/+2
2000-06-15Synced with libiberty in the gcc repository.H.J. Lu18-283/+4421
2000-06-15Remove entries from gcc. They don't make much senses here sinceH.J. Lu1-18/+2
ChangeLogs in gcc and binutils are quite different.
2000-06-152000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu5-27/+202
* sort.h: New file. Impored from gcc. * hashtab.h: Updated from from gcc. 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * demangle.h (demangling_styles): Remove trailing comma in enum. * dyn-string.h (dyn_string_append_char): Change parameter from char to int. 2000-06-04 Alex Samuel <samuel@codesourcery.com> * dyn-string.h: Move here from gcc/dyn-string.h. Add new functions. * demangle.h (DMGL_GNU_NEW_ABI): New macro. (DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI. (current_demangling_style): Add gnu_new_abi_demangling. (GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro. (GNU_NEW_ABI_DEMANGLING): Likewise. (cplus_demangle_new_abi): New declaration.
2000-06-152000-06-15 Michael Snyder <msnyder@cygnus.com>Michael Snyder2-14/+15
* utils.c: Fix comment typo.
2000-06-152000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+8
* binutils.texi: Put a warning on copying relocatable object files between two different formats.
2000-06-152000-06-15 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-2/+8
* valops.c (value_cast): Break up long lines.
2000-06-15 * config/tc-mips.h: Remove definition of ONLY_STANDARD_ESCAPES.Ulf Carlsson2-1/+4
2000-06-15Correctly set SEC_READONLY for .text section.Alan Modra2-12/+17
2000-06-14*** empty log message ***Jim Blandy1-0/+17
2000-06-142000-06-14 Jim Blandy <jimb@redhat.com>Jim Blandy1-14/+15
* dwarf2read.c (dump_die): Use the proper printf format for printing DW_UNSND values; they're longs now. * dwarf2read.c (dump_die): We can read DW_FORM_data8 now, on at least some platforms, so print it out too. 2000-06-14 James E. Wilson <wilson@bletchleypark.cygnus.com> * dwarf2read.c (struct attribute): Change unsnd and snd field types to long. (read_8_bytes): Change return type to long. (read_unsigned_leb128): Change return type to long. Change type of local result to long. Cast argument of left shift to long. (read_signed_leb128): Likewise.
2000-06-142000-06-14 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+5
* gas/macros/strings.d: Support a.out and coff.
2000-06-142000-06-14 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+8
* vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec) is NULL.
2000-06-14Remove 'mrs r9, cpsr_all' since the cpsr_all flag is no longer legal syntax.Nick Clifton2-1/+5
2000-06-142000-06-14 Pierre Muller <muller@ics.u-strasbg.fr> Pierre Muller6-0/+3983
Add support for Pascal language. Part 1: new files. * p-exp.y, p-lang.c, p-lang.h, p-typeprint.c, p-valprint.c: New files.
2000-06-142000-06-13 Ulf Carlsson <ulfc@engr.sgi.com>Ulf Carlsson2-0/+16
* macro.c (getstring): Make it possible to escape the quote character.
2000-06-14 * config/tc-hppa.c (pa_export): Weak symbols can be global.Jeff Law2-1/+10
2000-06-14 * binutils-all/readelf.exp (regexp_diff): Do not break when aHans-Peter Nilsson4-6/+94
mismatching line is found. (readelf_find_size): New. (readelf_size): New global variable. (readelf_test): Add newline to send_log of command. If $srcdir/$subdir/$regexp_file-$readelf_size exists, use it instead of $srcdir/$subdir/$regexp_file. (*-*elf test): Fix typo in message. * binutils-all/readelf.s-64: New. * binutils-all/readelf.ss-64: New.
2000-06-14PARAMS elimination.Kevin Buettner3-4/+8
2000-06-13Add test of macro expansion of string arguments.Nick Clifton5-1/+35
2000-06-13* rcparse.y (control): ICON controls take an id as the firstDJ Delorie4-38/+65
parameter, not an optional string. Also, call new convenience function that takes res_id's. * resrc.c (define_control): missing text means zero-length string, not zero ID. (define_icon_control): New. * windres.h: declare define_icon_control.
2000-06-13* "Dont" -> "Don't"Frank Ch. Eigler3-2/+6
2000-06-13 Frank Ch. Eigler <fche@redhat.com> * compile.c, writecode.c: Correct typo.
2000-06-132000-06-13 Kazu Hirata <kazu@hxi.com>Jeff Law2-47/+36
* compile.c: Fix formatting.
2000-06-132000-06-13 H.J. Lu <hjl@gnu.org>H.J. Lu10-5/+25
* configure: Regenerate.
2000-06-13 * configure.host (hppa*64*): Renamed from hppa2.0w perJeff Law3-2/+8
gcc/binutils changes. * configure.tgt: Similarly.
2000-06-13Use PT_CFM in place of PT_CR_IFS.Kevin Buettner3-2/+9
2000-06-13Fix arm-epoc-pe build problem:Joern Rennecke2-2/+7
* peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of armpei_little_vec.
2000-06-12 * h8300-dis.c: Fix formatting.Jeff Law2-32/+40
(bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl] correctly.
2000-06-122000-06-12 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-2/+6
* breakpoint.c (breakpoint_thread_match): Fix comment.
2000-06-122000-06-02 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-5/+17
* gdb.base/annota1.exp (run until main breakpoint): Loosen up the regular expression: accept an (almost) arbitrary sequence of "frames-invalid" and "breakpoints-invalid" messages both before and after the "starting" message.
2000-06-122000-06-12 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2-1/+7
* valops.c (value_assign): Adjust the length to take into consideration that we are not starting from the beginning.
2000-06-12 * symfile.c (add_symbol_file_command): Properly reformat "else if"Elena Zannoni3-54/+55
code. * coffread.c (coff_symtab_read): Ditto.
2000-06-12ser-tcp.o moved to configure.in.Andrew Cagney2-1/+2
2000-06-12Update TODO - SER_HARDWIRE problem was fixed.Andrew Cagney2-12/+2
2000-06-12Set SER_HARDWIRE using autoconf instead of via XDEPFILES. IncludeAndrew Cagney40-85/+127
ser-tcp.o by default.
2000-06-12Multi-arch GDB_TARGET_IS_MIPS64.Andrew Cagney4-30/+47
2000-06-12Print all known but not yet multi-arched values.Andrew Cagney2-7/+333
2000-06-12* config/i386/tm-i386.h: Add forward declaration of `struct value'.Mark Kettenis3-13/+36
(FIX_CALL_DUMMY): Redefined to call i386_fix_call_dummy. (i386_fix_call_dummy): Add prototype. * i386-tdep.c (i386_fix_call_dummy): New function based on the code from the old FIX_CALL_DUMMY macro.
2000-06-12Eliminate use of PARAMS.Kevin Buettner3-6/+8
2000-06-12Forgot a fileDaniel Berlin2-1/+104
2000-06-12Don't try to dump void macros (when non multi-arch). They couldAndrew Cagney3-18/+46
contain C statements.