aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-05-01daily updateAlan Modra1-1/+1
2002-04-30 * rs6000-tdep.c: Added comment describing how fpscr registerKevin Buettner2-1/+20
numbers were chosen.
2002-04-30Add support for AIX -blibpath and -bnolibpath.Tom Rix2-4/+27
2002-04-302002-04-30 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+3
* gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
2002-04-302002-04-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+11
* gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
2002-04-30 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.Mark Mitchell5-1/+39
(eelf32ppcwindiss.c): New target. * Makefile.in: Regenerated. * configure.tgt: Add support for powerpc-*-windiss. * emulparams/elf32ppcwindiss.sh: New file.
2002-04-30 * configure.in: Add support for powerpc-*-windiss.Mark Mitchell3-3114/+6980
* configure: Regenerated.
2002-04-30 * bfd/config.bfd: Add support for powerpc-*-windiss.Mark Mitchell2-1/+5
2002-04-30 * config.guess: Updated to 2002-04-26's version.Mark Mitchell3-19/+25
* config.sub: Updated to 2002-04-26's version.
2002-04-30 * ld-scripts/map-address.exp: New test.Richard Sandiford4-0/+61
* ld-scripts/map-address.[td]: New files for it.
2002-04-30 * ldlang.c (print_assignment): Update print_dot for assignments to ".".Richard Sandiford3-21/+43
* ldexp.c (exp_print_token): Add "infix_p" argument. (exp_print_tree): Update accordingly.
2002-04-30Fix a problem with static linking with cross tools.Tom Rix2-5/+17
2002-04-30* config/mh-cxux: remove dead codeDJ Delorie19-30/+19
* config/mh-dgux386: remove dead code * config/mh-hp300: remove dead code * config/mh-hpux: remove dead code * config/mh-hpux8: remove dead code * config/mh-irix5: remove dead code * config/mh-irix6: remove dead code * config/mh-ncr3000: remove dead code * config/mh-ncrsvr43: remove dead code * config/mh-necv4: remove dead code * config/mh-sco: remove dead code * config/mh-solaris: remove dead code * config/mh-sysv: remove dead code * config/mh-sysv4: remove dead code * config/mh-sysv5: remove dead code * config/mh-irix4: remove, contains only dead code * configure.in: delete reference to absent file
2002-04-30* configure.in: replace '[' with 'test'DJ Delorie2-73/+81
2002-04-30* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.DJ Delorie2-0/+19
(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2002-04-30* configure.in: Eliminate references to gash.DJ Delorie3-8/+6
* Makefile.in: Eliminate references to gash.
2002-04-30* configure.in: Remove useless references to 'pic' makefile fragments.DJ Delorie11-10/+13
* config/mt-armpic: Delete. * config/mt-elfalphapic: Delete. * config/mt-i370pic: Delete. * config/mt-ia64pic: Delete. * config/mt-m68kpic: Delete. * config/mt-papic: Delete. * config/mt-ppcpic: Delete. * config/mt-s390pic: Delete. * config/mt-sparcpic: Delete. * config/mt-x86pic: Delete.
2002-04-30* configure.in: Remove useless references to 'pic' makefile fragments.DJ Delorie2-71/+2
2002-04-30* configure.in: (*-*-windows*) Finish removing.DJ Delorie2-3/+2
2002-04-30* configure.in: Eliminate redundant test for libgui.DJ Delorie2-4/+4
2002-04-302002-04-29 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-20/+27
* hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR. (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH. (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
2002-04-30Don't use BFD-private data to determine that an object file is 64-bit xcoff.Kevin Buettner3-3/+16
2002-04-30*** empty log message ***gdbadmin1-1/+1
2002-04-30daily updateAlan Modra1-1/+1
2002-04-295.2 released.Andrew Cagney1-0/+4
2002-04-29New test cases for java support.Anthony Green3-0/+187
2002-04-292002-04-29 Michal Ludvig <mludvig@suse.cz>Michal Ludvig3-59/+66
* x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning. * x86-64-tdep.c (i386_gdbarch_init): Ditto. (x86_64_register_info_table): Added comments with register numbers.
2002-04-29 Handle CLASS_IGNORE and ARG_NIM4.Nick Clifton2-0/+16
2002-04-29Commit the correct ChangeLog entry, this time!Elena Zannoni1-18/+13
2002-04-29 Elena Zannoni <ezannoni@redhat.com> * rs6000-tdep.c (rs6000_extract_return_value, rs6000_store_return_value): Handle returning vectors. (rs6000_gdbarch_init): Use ppc_sysv_abi_broken_use_struct_convention for native sysv cases. * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention): New function. (ppc_sysv_abi_use_struct_convention): Deal with functions returning vectors. (ppc_sysv_abi_push_arguments): Handle vector parameters. * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
2002-04-292002-04-29 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-9/+110
* rs6000-tdep.c (rs6000_extract_return_value, rs6000_store_return_value): Handle returning vectors. (rs6000_gdbarch_init): Use ppc_sysv_abi_broken_use_struct_convention for native sysv cases. * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention): New function. (ppc_sysv_abi_use_struct_convention): Deal with functions returning vectors. (ppc_sysv_abi_push_arguments): Handle vector parameters. * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
2002-04-292002-04-24 Pierre Muller <ics.u-strasbg.fr>Pierre Muller2-4/+12
* hpread.c (hpread_psymtab_to_symtab_1, hpread_psymtab_to_symtab): Replace fprintf (stderr,...) with fprintf_unfiltered (gdb_stderr,...).
2002-04-292002-04-24 Pierre Muller <ics.u-strasbg.fr>Pierre Muller5-18/+37
* remote-array.c (printf_monitor, write_monitor, array_insert_breakpoint, array_remove_breakpoint ): Replace fprintf (stderr,... with fprintf_unfiltered (gdb_stderr,.... * remote-es.c: Likewise. * remote-os9k.c: Likewise. * remote-st.c: Likewise.
2002-04-29daily updateAlan Modra1-1/+1
2002-04-29*** empty log message ***gdbadmin1-1/+1
2002-04-28Rewrite xcoff*_ppc_relocate_section.Tom Rix4-593/+911
2002-04-28 * config/tc-s390.c (md_parse_option): Formatting.Alan Modra2-2/+4
2002-04-28 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.Alan Modra3-2/+7
* elf32-hppa.c (elf32_hppa_final_link): Formatting.
2002-04-28 * config/tc-i386.c: Formatting fixes, add missing space in errorAlan Modra2-14/+20
message.
2002-04-28 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.Alan Modra7-3416/+55
* Makefile.in: Regenerate. * mpw-elfmips.c: Delete. * mpw-eppcmac.c: Delete. * mpw-esh.c: Delete. * mpw-idtmips.c: Delete.
2002-04-28 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, addAndreas Schwab2-3/+8
linux-proc.o and gcore.o.
2002-04-28daily updateAlan Modra1-1/+1
2002-04-28*** empty log message ***gdbadmin1-1/+1
2002-04-27* x86-64-tdep.c (x86_64_skip_prologue): Print note when debuggingAndrew Cagney2-3/+24
code without frame pointers.
2002-04-27daily updateAlan Modra1-1/+1
2002-04-27*** empty log message ***gdbadmin1-1/+1
2002-04-26* sparc-tdep.c (sparc_gdbarch_init): Add comment explaining whyAndrew Cagney2-0/+49
ON_STACK is needed.
2002-04-262002-04-26 Ben Elliston <bje@redhat.com>Ben Elliston2-3/+8
* target.c (do_xfer_memory): Correct reference to the new option "trust-readonly-sections".
2002-04-262002-04-24 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-0/+35
* gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define. * gdbtypes.c (recursive_dump_type): Output the vector flag. * dwarf2read.c (dwarf_attr_name): Handle new attribute for vectors. (read_array_type): Record the fact that this array type is really a vector (i.e. are passed in by value).
2002-04-26 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.Alan Modra3-3/+6
* xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
2002-04-26 * elflink.h (elf_bfd_final_link): Ensure input bfd class is theAlan Modra2-12/+5
same as the output before calling elf_link_input_bfd.