2006-05-03 Paul Brook <paul@codesourcery.com>
[binutils.git] / ChangeLog.csl
blobb0760b8d8e39d84be1a1e1d4fa001ec4338fdb82
1 2006-05-03  Paul Brook  <paul@codesourcery.com>
2         Daniel Jacobowitz  <dan@codesourcery.com>
4         * gdb/testsuite/gdb.cp/gdb1355.exp: Accept different spellings of
5         integer types.
6         * gdb/testsuite/gdb.cp/gdb1355.cc: Ensure all types are referenced.
7         * gdb/testsuite/gdb.cp/hang2.C: Ditto.
8         * gdb/testsuite/gdb.cp/m-data.cc: Ditto.
9         * gdb/testsuite/gdb.cp/hang3.C: Ditto.
10         * gdb/testsuite/gdb.cp/hang1.C: Ditto.
12         * gdb/gdbtypes.c (rank_one_type): Check for plain char -> signed/
13         unsigned char.
15         * gdb/testsuite/gdb.base/completion.exp: Accept "long" as a type.
17         * gdb/testsuite/gdb.base/volatile.exp: Accept different spellings of
18         integer types.
19         * gdb/testsuite/gdb.base/constvars.c: Ensure all types are referenced.
21         * gdb/testsuite/gdb.stabs/weird.exp: Return -1 instead of issuing
22         error.
24         * gdb/testsuite/gdb.base/advance.c: Add proper function prototype.
26         * gdb/testsuite/gdb.base/ending-run.exp: Add case for ARM runtime.
28         * gdb/testsuite/gdb.base/gdb1821.c: Ensure all types are referenced.
30         * gdb/testsuite/gdb.base/ptype.exp: Accept different spellings of
31         integer types.
33         * gdb/testsuite/gdb.cp/inherit.exp: Cope with armcc vtable pointers.
35         * gdb/testsuite/gdb.mi/mi2-var-child.exp: Accept different spellings
36         of integer types.
37         * gdb/testsuite/gdb.mi/mi-var-display.exp: Ditto.
38         * gdb/testsuite/gdb.mi/mi2-var-display.exp: Ditto.
39         * gdb/testsuite/gdb.mi/mi2-var-cmd.exp: Ditto.
41 2006-05-03  Paul Brook  <paul@codesourcery.com>
43         * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
45 2006-05-03  Paul Brook  <paul@codesourcery.com>
46         Daniel Jacobowitz  <dan@codesourcery.com>
48         * gdb/c-valprint.c: Handle class member typedefs.
50         * gdb/symtab.c (skip_prologue_using_sal): Treat two consecutive lines
51         at the same address as a prolouge marker.
52         * gdb/arm-tdep.c (arm_skip_prologue): Use skip_prologue_using_sal.
54         * gdb/dwarf2expr.c (execute_stack_op): Check for bogus DW_OP_reg.
56         * gdb/dwarf2read.c (read_structure_type): Use tag name for C++/Java
57         classes.
59         * Makefile.in (eval.o): Update dependencies.
60         * eval.c: Include "ui-out.h" and "exceptions.h".
61         (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
62         Use value_zero if an error occurs when avoiding side effects.
63         * varobj.c (varobj_create): Call release_value after evaluate_type.
64         (c_value_of_root): Initialize new_val.  Don't release_value a NULL
65         value.
67         * gdb/c-typeprint.c (cp_type_print_method_args): Don't print type
68         details.
70         * gdb/dwarf2read.c (dwarf2_debug_line_missing_file_complaint): New
71         function.
72         (dwarf_decode_lines): Check for line info without a file.
74 2006-05-03  Paul Brook  <paul@codesourcery.com>
75         Daniel Jacobowitz  <dan@codesourcery.com>
77         * gdb/dwarf2read.c (read_subroutine_type): Add armcc workaround.
79         * gdb/dwarf2read.c (read_structure_type): Look for ADS vtable
80         pointers.
82         * gdb/dwarf2read.c (dwarf_decode_lines): Don't set dir for absolute
83         paths.
84         (dwarf_decode_lines): Ditto.
85         (dwarf2_start_subfile): Split absolute filenames into path+file.
87         * gdb/symtab.h (struct symbol): Add is_argument.
88         (SYMBOL_IS_ARGUMENT): Define.
89         * gdb/stack.c (print_frame_args): Use SYMBOL_IS_ARGUMENT.
90         (print_frame_arg_vars): Ditto.
91         * gdb/dwarf2read.c (new_symbol): Set SYMBOL_IS_ARGUMENT.
92         (new_symbol): Mark optimized out arguments.
94         * gdb/dwarf2read.c (partial_read_comp_unit_head): Accept version 3.
96         * gdb/dwarf2read.c (read_unspecified_type): New function.
97         (read_type_die): Handle DW_TAG_unspecified_type.
99 2006-05-03  Paul Brook  <paul@codesourcery.com>
100         Daniel Jacobowitz  <dan@codesourcery.com>
102         * gdb/dwarf2read.c (field_info): Add baseclasses.
103         (dwarf2_add_field): Check base classes.
104         (dwarf2_attach_fields_to_type): Ditto.
105         
106         * gdb/gnu-v3-abi.c (gnuv3_rtti_type): Check for NULL base_type.
107         (gnuv3_virtual_fn_field): Handle missing base.
108         (gnuv3_baseclass_offset): Handle missing vptr.
109         * gdb/varobj.c (cplus_class_num_children): Call fill_in_vptr_fieldno.
110         (cplus_name_of_child): Ditto.
111         * gdb/eval.c (evaluate_subexp_standard): Ditto.
112         * gdb/dwarf2read.c (read_structure_type): Search for vtable pointer
113         by name in objects built by ARM compiler.
114         
115         * gdb/dwarf2read.c (dwarf2_add_member_fn): Calculate virtual function
116         offset for classes without DW_AT_containing_type.
118 2006-04-28  Mark Mitchell  <mark@codesourcery.com>
120         * gdb/mt-tdep.c (mt_register_name): Correct out-of-range logic to
121         include additional registers. 
123 2006-04-28  Richard Sandiford  <richard@codesourcery.com>
125         * gdb/gdbserver/configure.srv (m68k*-*-linux*): Use reg-cf.o.
127 2006-04-19  Daniel Jacobowitz  <dan@codesourcery.com>
129         * gdb/doc/gdb.texinfo (Remote configuration): Mention "set remote
130         load-offsets".
131         (General Query Packets): Document qPartInfo.
133 2006-04-18  Mark Mitchell  <mark@codesourcery.com>
135         Issue #655
136         * gdb/mt-tdep.c (mt_gdb_regnums): Add ZI2, ZQ2, Ichannel2,
137         Iscramb2, Qscramb2, Qchannel2.
138         (mt_register_name): Likewise.
139         (mt_copro_register_type): Describe ZI2 and ZQ2.
140         
141 2006-04-11  Mark Mitchell  <mark@codesourcery.com>
143         Issue #658
144         * gdb/mt-tdep.c (mt_gdb_regnums): Define
145         MT_COPRO_PSEUDOREG_MAC_REGNUM.
146         (mt_register_name): Use it.
147         (mt_copro_register_type): Likewise.
148         (mt_register_type): Likewise.
149         (mt_pseudo_register_read): Likewise.  Read the MAC register, not
150         the coprocessor register.
151         (mt_pseudo_register_write): Likewise.
153 2006-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
155         * bfd/cpu-arm.c (bfd_is_arm_mapping_symbol_name): Accept more
156         mapping symbols.
158 2006-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
160         Backport:
161         2006-03-09  Paul Brook  <paul@codesourcery.com>
162         * bfd/cpu-arm.c (bfd_is_arm_mapping_symbol_name): Recognise additional
163         mapping symbols.
165 2006-04-02  Daniel Jacobowitz  <dan@codesourcery.com>
167         * Makefile.def (host_modules, dependencies): Add expat.
168         * configure.in (host_libs): Add expat.
169         * Makefile.in, configure: Regenerate.
170         * expat: New directory.
172         * gdb/Makefile.in: Add expat, new files, and xml-builtin.c.  Update
173         dependencies.
174         * gdb/acinclude.m4: Include stdint.m4.
175         * gdb/configure.ac: Use AC_C_BIGENDIAN and GCC_HEADER_STDINT.
176         * gdb/aclocal.m4, gdb/config.in, gdb/configure: Regenerate.
178         * gdb/auxv.h: Remove target_auxv_read prototype.
179         * gdb/auxv.c, gdb/avr-tdep.c, gdb/ia64-tdep.c, gdb/linux-nat.c,
180         gdb/procfs.c: Use target_read_whole.
181         * gdb/sparc-tdep.c: Use target_read.
183         * gdb/frame.c: Work around null frame_id handling.
185         * gdb/breakpoint.c, gdb/f-valprint.c, gdb/infcmd.c, gdb/inflow.c,
186         gdb/infrun.c, gdb/stack.c, gdb/valops.c, gdb/varobj.c,
187         gdb/cli-cmds.c, gdb/testsuite/gdb.base/default.exp,
188         gdb/tui/tui-disasm.c, gdb/tui/tui-source.c,
189         gdb/tui/tui-winsource.c: Selected frame fixups.
191         * gdb/README.AVAIL, gdb/available.c, gdb/available.h,
192         gdb/parse-avail.c, gdb/sha1.c, gdb/features/feature_to_c.sh,
193         gdb/features/gdb-target.dtd: New files.
194         * gdb/arm-tdep.c: Handle missing FPA, present VFP, and
195         self-described registers.  Decode VFP register numbers from DWARF.
196         * gdb/arm-tdep.h: Add flags for VFP and FPA.
197         * gdb/gdbarch.sh: Add available_features_support and feature_set.
198         Export the arch's obstack.  Check feature sets.  Improve error
199         handling.
200         * gdb/gdbarch.c, gdb/gdbarch.h: Regenerated.
201         * gdb/infcmd.c: Trigger architecture selection.
202         * gdb/remote.c: Available feature support.  qPacketInfo support.
203         Improved g/G packet support.  Improved qPart support.
204         qPart:features support.
205         * gdb/symfile.c: Adjust download_write_size.
206         * gdb/target.c: Revise partial transfer support.  Handle available
207         features method.  Add target_read_whole.
208         * gdb/target.h: Add the available features object and methods.
209         * gdb/doc/gdb.texinfo: Document new features.
211         * gdb/symfile.h: Include symtab.h.
213 2006-03-31  Nathan Sidwell  <nathan@codesourcery.com>
215         * gdb/config/m68k/monitor.mt (TDEPFILES): Remove unneeded
216         monitors.
217         (DEPRECATED_TM_FILE): Remove.
219         * gdb/m68k-tdep.c (M68K_FPREG_SIZE): Define.
220         (REGISTER_BYTES_FP): Use it.
222         * gdb/configure.tgt (m68k-*-uclinux*): target is linux.
224         * gdb/remote.c (remote_fetch_registers): Revert bogus change.
226         * gdb/remote.c (remote_fetch_registers): Don't warn about short
227         register packet if we've not set the expected value.
229         * gdb/gdbserver/linux-low.c (linux_read_offsets): Remove debugging
230         printf.
232         * gdb/gdbserver/Makefile.in (reg-cf.o, reg-cf.c): New targets.
233         * gdb/gdbserver/configure.srv (m68k*-*-uclinux*): New target.
234         * gdb/gdbserver/linux-low.c (linux_create_inferior): Use vfork on
235         mmuless systems.
236         (linux_resume_one_process): Remove extraneous cast.
237         (linux_read_offsets): New.
238         (linux_target_op): Add linux_read_offsets on mmuless systems.
239         * gdb/gdbserver/server.c (handle_query): Add qOffsets logic.
240         * gdb/gdbserver/target.h (struct target_ops): Add read_offsets.
242 2006-03-30  Mark Mitchell <mark@codesourcery.com>
244         * libiberty/configure.ac: Add cygpath for mingw hosts.
245         * libiberty/configure: Rebuilt.
246         * libiberty/Makefile.in: Add cygpath.
247         * libiberty/cygpath.c: New.
249 2006-03-30  Paul Brook  <paul@codesourcery.com>
251         Backport form mainline.
252         * gdb/testsuite/gdb.mi/mi-until.exp: kfail broken until command.
253         * gdb/testsuite/gdb.mi/mi2-until.exp: Ditto.
255 2006-03-29  Nathan Sidwell  <nathan@codesourcery.com>
257         * gdb/m68k-tdep.c (M68K_FPREG_TYPE, M68K_LONG_DOUBLE_FORMAT,
258         M68K_RETURN_FP0): New.  Set for Coldfire.
259         (m68k_register_type, m68k_register_to_value,
260         m68k_svr4_extract_return_value, m68k_svr4_store_return_value,
261         m68k_gdbarch_init): Use them.
263 2006-03-21  Mark Mitchell  <mark@codesourcery.com>
265         * gdb/ser-mingw.c (net_windows_state): Add mutex.
266         (net_windows_select_thread): Grab lock around access to
267         read_event.
268         (net_windows_wait_handle): Do not reset the read_event.
269         (net_windows_open): Create a mutex.
270         (net_windows_read_prim): New function.
271         (_initialize_ser_windows): Use it.
273 2006-03-20  Mark Mitchell  <mark@codesourcery.com>
275         * libiberty/pex-common.c (pex_run): Close the write end of the
276         pipe after starting the child.
278         * gdb/config/arm/armv7m.mt (TDEPFILES): Add prologue-value.o.
280 2006-03-21  Paul Brook  <paul@codesourcery.com>
281         Daniel Jacobowitz <dan@codesourcery.com>
282         Jim Blandy <jimb@codesourcery.com>
284         * gdb/Makefile.in: Add prologue_value.{c,h}
285         * gdb/arm-tdep.c: Include prologue-value.h.
286         (thumb_skip_prologue): Remove.
287         (thumb_analyze_prologue): New function.
288         (arm_skip_prologue): Use thumb_analyze_prologue.
289         (thumb_scan_prologue): Ditto.
290         * gdb/prologue-value.c: New file.
291         * gdb/prologue-value.h: New file.
292         * gdb/config/arm/embed.mt (TDEPFILES): Add prologue-value.o.
293         * gdb/config/arm/linux.mt (TDEPFILES): Add prologue-value.o.
294         * gdb/config/arm/nbsd.mt (TDEPFILES): Add prologue-value.o.
295         * gdb/config/arm/wince.mt (TDEPFILES): Add prologue-value.o.
296         * gdb/testsuite/gdb.arch/thumb-prologue.c: New file.
297         * gdb/testsuite/gdb.arch/thumb-prologue.exp: New file.
299 2006-03-20  Mark Mitchell  <mark@codesourcery.com>
301         * configure.tgt (arm*-stellaris-*): Use armv7m configuration.
302         * config/arm/armv7m.mt: New file.
303         * config/arm/tm-armv7m.h: Likewise.
304         * arm-tdep.c (arm_register_name_strings): Use xPSR on ARM V7M.
305         (arm_pc_is_thumb): ARM V7M is always Thumb.
306         (set_disassembly_style): Use xPSR on ARM V7M.
307         (arm_write_pc): Do not set T bit in CSPR on V7M.
309 2006-03-20  Mark Mitchell  <mark@codesourcery.com>
311         * libiberty/pex-win32.c (<errno.h>): Include.
312         (fix_argv): Remove.
313         (argv_to_cmdline): New function.
314         (std_suffixes): New variable.
315         (no_suffixes): Likewise.
316         (find_executable): New function.
317         (win32_spawn): Likewise.
318         (spawn_script): Use win32_spawn instead of _spawnv[p].
319         (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
320         (pex_win32_wait): Likewise.
322 2006-03-19  Mark Mitchell  <mark@codesourcery.com>
324         * gdb/ser-mingw.c (free_pipe_state): Close pipe before calling
325         pex_free. 
327 2006-03-17  Mark Mitchell  <mark@codesourcery.com>
329         * gdb/config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.
331 2006-03-17  Jim Blandy  <jimb@codesourcery.com>
333         Add support for 'target remote |' on MinGW.
334         * gdb/ser-mingw.c (struct pipe_state): New structure.
335         (make_pipe_state, free_pipe_state, cleanup_pipe_state)
336         (pipe_windows_open, pipe_windows_close, pipe_windows_read)
337         (pipe_windows_write, pipe_wait_handle): New functions.
338         (_initialize_ser_windows): Register a "pipe" interface based on
339         them.
341         * libiberty/pex-common.c (pex_write_input): New function.
342         * libiberty/pexecute.txh (pex_write_input): Document it.
343         * libiberty/pex-common.h (struct pex_funcs): New function ptr fdopenw.
344         * libiberty/pex-unix.c (pex_unix_fdopenw): New function.
345         (funcs): List it as our fdopenw function.
346         * libiberty/pex-win32.c (pex_win32_fdopenw): New function.
347         (funcs): List it as our fdopenw function.
348         * libiberty/pex-djgpp.c (funcs): Leave fdopenw null.
349         * libiberty/pex-msdos (funcs): Same.
350         * libiberty/functions.texi: Regenerated.
352         * include/libiberty.h (pex_write_input): New declaration.
354         * libiberty/pex-common.h (struct pex_obj): Doc fixes.
356         * libibery/functions.texi: Regenerate.
358 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
360         * gdb/gdb_proc_service.h (paddr_t): Use psaddr_t if available.
361         * gdb/proc-service.c (ps_xfer_memory): Cast paddr_t to unsigned
362         long.
363         (ps_pglobal_lookup): Cast CORE_ADDR to paddr_t.
365 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
367         * gdb/gdbserver/linux-mips-low.c: Include <sys/ptrace.h> and
368         "gdb_proc_service.h".
369         (PTRACE_GET_THREAD_AREA): Define.
370         (ps_get_thread_area): New function.
371         * gdb/gdbserver/Makefile.in (linux-i386-low.o, linux-mips-low.o)
372         (linux-x86-64-low.o): Update.
374 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
376         * gdb/gdbserver/configure.ac: Remove checks for prfpregset_t.
377         * gdb/gdbserver/gdb_proc_service.h: New file.
378         * gdb/gdbserver/linux-i386-low.c, gdb/gdbserver/linux-x86-64-low.c,
379         gdb/gdbserver/thread-db.c: Use the new "gdb_proc_service.h".
380         * gdb/gdbserver/proc-service.c: Likewise.
381         (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
382         (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
383         * gdb/gdbserver/Makefile.in (gdb_proc_service_h): Updated.
384         * gdb/gdbserver/configure, config.in: Regenerated.
386 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
388         * gdb/Makefile.in (mips_linux_tdep_h): New.
389         (mpis-linux-nat.o, mips-linux-tdep.o): Update.
390         * gdb/mips-linux-nat.c: Include "inferior.h", "mips-linux-tdep.h", and
391         <sys/ptrace.h>.
392         (have_ptrace_regsets, super_fetch_registers, super_store_registers)
393         (mips64_linux_regsets_fetch_registers)
394         (mips64_linux_regsets_store_registers, mips64_linux_fetch_registers)
395         (mips64_linux_store_registers): New.
396         (_initialize_mips_linux_nat): Override to_fetch_registers and
397         to_store_registers.
398         * gdb/mips-linux-tdep.h: New file.
399         * gdb/mips-linux-tdep.c: Include "mips-linux-tdep.c".
400         (ELF_NGREG, ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t)
401         (elf_fpregset_t, FPR_BASE, PC, CAUSE, BADVADDR, MMHI, MMLO)
402         (FPC_CSR, FPC_EIR, EF_REG0, EF_REG31, EF_LO, EF_HI, EF_CP0_EPC)
403         (EF_CP0_BADVADDR, EF_CP0_STATUS, EF_CP0_CAUSE, EF_SIZE)
404         (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, mips64_elf_greg_t)
405         (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
406         (MIPS64_FPR_BASE, MIPS64_PC, MIPS64_CAUSE, MIPS64_BADVADDR)
407         (MIPS64_MMHI, MIPS64_MMLO, MIPS64_FPC_CSR, MIPS64_FPC_EIR)
408         (MIPS64_EF_REG0, MIPS64_EF_REG31, MIPS64_EF_LO, MIPS64_EF_HI)
409         (MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR, MIPS64_EF_CP0_STATUS)
410         (MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE): Delete.
411         (supply_32bit_reg): Use gdb_byte.
412         (supply_64bit_reg): New.
413         (mips_supply_gregset, mips_fill_gregset, mips_supply_fpregset)
414         (mips_fill_fpregset, fetch_core_registers, supply_gregset)
415         (fill_gregset, supply_fpregset): Update for renamed types.
416         (mips64_supply_gregset): Use gdb_byte and supply_64bit_reg.
417         (mips64_fill_gregset): Make global.  Handle 32-bit register
418         sizes.
419         (mips64_fill_fpregset): Make global.  Use gdb_byte.  Handle
420         FP regsets properly.
422 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
424         * gdb/mips-linux-tdep.c (mips_supply_gregset): Renamed from supply_gregset.
425         (mips_fill_gregset): Renamed from fill_gregset.
426         (mips_supply_fpregset): Renamed from supply_fpregset.
427         (mips_fill_fpregset): Renamed from fill_fpregset.
428         (fetch_core_registers): Update calls.
429         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): New
430         functions.
432 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
434         * gdb/mips-tdep.c (mips_gdbarch_init): Default 64-bit ELF files to N64.
436 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
438         * gdb/mips-tdep.c (is_mips16_addr, mips32_next_pc, add_offset_16):
439         Correct arithmetic for 64-bit CORE_ADDR.
441 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
443         * gdb/mips-linux-tdep.c: Include "floatformat.h".
444         (mips_linux_init_abi): Use 128-bit long double for N32 and N64.
445         (mips_n32n64_return_value): Support 128-bit long double.
446         (print_gp_register_row): Don't print spaces before ignored
447         or floating point registers.
449 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
451         * gdb/mips-mdebug-tdep.c (compare_pdr_entries): Use bfd_get_signed_32
452         for code addresses.
453         (non_heuristic_proc_desc): Likewise.
455 2006-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
457         * gdb/mips-linux-nat.c: Include "gdb_proc_service.h".
458         (PTRACE_GET_THREAD_AREA): Define.
459         (ps_get_thread_area): New.
460         * gdb/Makefile.in (mips-linux-nat.o): Update.
462 2006-03-08  Paul Brook  <paul@codesourcery.com>
464         Backport from mainline.
465         * gdb/arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
466         (arm_frame_align): New function.
467         (arm_gdbarch_init): Use it.
469 2006-03-07  Paul Brook  <paul@codesourcery.com>
471         Backport from mainline.
472         * gdb/testsuite/gdb.base/assign.exp: Correct fail message.
474 2006-03-07  Paul Brook  <paul@codesourcery.com>
476         Backport from mainline.
477         * sim/arm/elfos.c (ARMul_OSHandleSWI): Call correct function for IsTTY.
479 2006-03-07  Paul Brook  <paul@codesourcery.com>
481         Backport from mainline.
482         * gdb/testsuite/lib/compiler.c: Extract armcc version number.
483         * gdb/testsuite/lib/compiler.cc: Ditto.
485 2006-03-07  Paul Brook  <paul@codesourcery.com>
487         Backport from mainline.
488         2006-03-03  Khem Raj <khem@mvista.com>
489         * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
491 2006-03-07  Paul Brook  <paul@codesourcery.com>
493         Backport from mainline.
494         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
495         additional_flags=-w.
496         * gdb.arch/altivec-regs.exp: Ditto.
497         * gdb.arch/e500-abi.exp: Ditto.
498         * gdb.arch/e500-regs.exp: Ditto.
499         * gdb.base/all-bin.exp: Ditto.
500         * gdb.base/annota1.exp: Ditto.
501         * gdb.base/annota3.exp: Ditto.
502         * gdb.base/args.exp: Ditto.
503         * gdb.base/arithmet.exp: Ditto.
504         * gdb.base/assign.exp: Ditto.
505         * gdb.base/async.exp: Ditto.
506         * gdb.base/bang.exp: Ditto.
507         * gdb.base/break.exp: Ditto.
508         * gdb.base/call-rt-st.exp: Ditto.
509         * gdb.base/completion.exp: Ditto.
510         * gdb.base/cond-expr.exp: Ditto.
511         * gdb.base/condbreak.exp: Ditto.
512         * gdb.base/consecutive.exp: Ditto.
513         * gdb.base/define.exp: Ditto.
514         * gdb.base/display.exp: Ditto.
515         * gdb.base/ena-dis-br.exp: Ditto.
516         * gdb.base/environ.exp: Ditto.
517         * gdb.base/eval-skip.exp: Ditto.
518         * gdb.base/info-proc.exp: Ditto.
519         * gdb.base/jump.exp: Ditto.
520         * gdb.base/logical.exp: Ditto.
521         * gdb.base/long_long.exp: Ditto.
522         * gdb.base/maint.exp: Ditto.
523         * gdb.base/miscexprs.exp: Ditto.
524         * gdb.base/pc-fp.exp: Ditto.
525         * gdb.base/pointers.exp: Ditto.
526         * gdb.base/relational.exp: Ditto.
527         * gdb.base/reread.exp: Ditto.
528         * gdb.base/sect-cmd.exp: Ditto.
529         * gdb.base/sep.exp: Ditto.
530         * gdb.base/sepdebug.exp: Ditto.
531         * gdb.base/until.exp: Ditto.
532         * gdb.base/whatis-exp.exp: Ditto.
533         * gdb.cp/annota2.exp: Ditto.
534         * gdb.cp/annota3.exp: Ditto.
535         * gdb.trace/actions.exp: Ditto.
536         * gdb.trace/backtrace.exp: Ditto.
537         * gdb.trace/circ.exp: Ditto.
538         * gdb.trace/collection.exp: Ditto.
539         * gdb.trace/deltrace.exp: Ditto.
540         * gdb.trace/infotrace.exp: Ditto.
541         * gdb.trace/limits.exp: Ditto.
542         * gdb.trace/packetlen.exp: Ditto.
543         * gdb.trace/passc-dyn.exp: Ditto.
544         * gdb.trace/passcount.exp: Ditto.
545         * gdb.trace/report.exp: Ditto.
546         * gdb.trace/save-trace.exp: Ditto.
547         * gdb.trace/tfind.exp: Ditto.
548         * gdb.trace/tracecmd.exp: Ditto.
549         * gdb.trace/while-dyn.exp: Ditto.
550         * gdb.trace/while-stepping.exp: Ditto.
551         * lib/gdb.exp: Ditto.
552         (gdb_compile): Handle nowarning option.