Mike Frysinger
36aef94270
sim: bfin: handle saturation with RND12 sub insns
...
The current handling of the subtraction insn with the RND12 modifier
works when saturation isn't involved. So add handling for this edge
case to match the hardware.
Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-03-27 04:03:05 +00:00
gdbadmin
f65d3d6b99
*** empty log message ***
2011-03-27 00:00:03 +00:00
Alan Modra
cffd7ca4e4
daily update
2011-03-26 23:00:05 +00:00
Mike Frysinger
fcd1ee07d3
sim: bfin: add missing VS set with add/sub insns
...
The 16bit add/sub insns missed setting the VS bit in ASTAT whenever the
V bit was also set.
Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-03-26 06:02:41 +00:00
gdbadmin
81723326fe
*** empty log message ***
2011-03-26 00:00:32 +00:00
Alan Modra
f4cb4830b7
daily update
2011-03-25 23:00:05 +00:00
Cary Coutant
30e1f9e6ab
* testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
...
* testsuite/Makefile.in: Regenerate.
2011-03-25 22:58:49 +00:00
Ulrich Weigand
467d42c48d
* arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
...
instead of checking for STT_ARM_TFUNC symbol type.
2011-03-25 21:05:23 +00:00
Eric B. Weddington
d0289b45c2
Regenerate Makefile.in.
2011-03-25 18:04:48 +00:00
Nick Clifton
57f3d89e8a
oops - fix typo
2011-03-25 18:02:25 +00:00
Nick Clifton
767221a942
* dwarf.c (decode_location_expression): Use dwarf_vmatoa
...
function to display DW_OP_addr OP.
(process_debug_info): Use dwarf_vma type for local variables
length and type_offset.
2011-03-25 18:01:58 +00:00
Nick Clifton
49e7b35019
* dwarf.c (process_debug_info): Use offset_size to determine
...
the bit-size of the computation unit's offset.
2011-03-25 17:54:57 +00:00
Nick Clifton
c48d800e15
* bucomm.c (make_tempname): Stop memory leak.
...
ICVS: ----------------------------------------------------------------------
2011-03-25 17:51:10 +00:00
Nick Clifton
4b41844bd9
* objdump.c (dump_reloc_set): Free malloced memory.
2011-03-25 17:49:32 +00:00
Nick Clifton
1fcab1afa6
* stabs.c (parse_stab_enum_type): Fix memory leaks.
...
(parse_stab_struct_type): Ditto.
(parse_stab_struct_fields): Ditto.
(parse_stab_one_struct_field): Ditto.
(parse_stab_members): Ditto.
(stab_demangle_qualified): Ditto.
2011-03-25 17:46:07 +00:00
Nick Clifton
09192bc76c
* prdbg.c (pr_function_type): Close memory leaks.
...
(pr_method_type): Likewise.
(tg_class_static_member): Likewise.
(tg_class_method_variant): Likewise.
(tg_class_static_method_variant): Likewise.
2011-03-25 17:24:28 +00:00
Nick Clifton
cd37dafcf4
* ieee.c (ieee_add_bb11): Plug memory leak.
...
(ieee_function_type): Likewise.
(ieee_class_baseclass): Likewise.
2011-03-25 17:22:15 +00:00
Nick Clifton
8e4850a9e3
* ar.c (write_archive): Plug memory leak.
2011-03-25 17:18:54 +00:00
Nick Clifton
a1bc0327a3
* ar.c (delete_members): Plug memory leak.
2011-03-25 17:17:03 +00:00
Nick Clifton
6a6969108e
* ar.c (move_members): Plug memory leak.
2011-03-25 17:14:02 +00:00
Tom Tromey
628534583b
* linespec.c (symbol_found): Restore line-based result for
...
non-LOC_LABEL symbols.
2011-03-25 17:13:12 +00:00
Nick Clifton
68187828c0
* strings.c (print_strings): Plug memory leak.
2011-03-25 17:09:08 +00:00
Nick Clifton
b42adabf1e
* coffcode.h (coff_set_alignment_hook): Check return of bfd_seek.
2011-03-25 17:06:53 +00:00
DJ Delorie
d0f0b69d10
merge from gcc
2011-03-25 16:38:27 +00:00
Tom Tromey
bb0c92378b
2011-03-24 Mark Wielaard <mjw@redhat.com>
...
* dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
2011-03-25 15:45:38 +00:00
Tristan Gingold
a283ff9345
2011-03-25 Tristan Gingold <gingold@adacore.com>
...
* vms-alpha.c (_bfd_vms_find_nearest_dst_line): Allow the use
of find_nearest_line on object files.
2011-03-25 15:39:03 +00:00
Tristan Gingold
cf6b876738
2011-03-25 Tristan Gingold <gingold@adacore.com>
...
* vms-alpha.c (evax_section_flags): Make $CODE$ section read-only.
Minor reordering.
(alpha_vms_create_eisd_for_section): Make code sections read-only.
2011-03-25 15:31:27 +00:00
Nick Clifton
467c65bce2
Replace bfd_vma type and analog types by dwarf_vma and analogs.
...
Use dwarf specific print functions to display these type values.
* dwarf.h (dwarf_signed_vma): New type;
(DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
(DWARF2_External_PubNames): Likewise.
(DWARF2_External_CompUnit): Likewise.
(DWARF2_External_ARange): Likewise.
(read_leb128): Change return type to dwarf_vma.
* dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
check byte_size values.
(dwarf_vmatoa): Change parameter type to dwarf_vma.
(dwarf_svmatoa): New static function.
(read_leb128): Change return type to dwarf_vma.
(read_sleb128): New static function.
(struct State_Machine_Registers): Change address field type to
dwarf_vma.
(process_extended_line_op): Adapt to type changes.
(fetch_indirect_string): Likewise.
(idisplay_block): Likewise.
(decode_location_expression): Likewise.
(read_and_display_attr_value): Likewise.
(process_debug_info): Likewise.
(display_debug_lines_raw): Likewise.
(display_debug_lines_decoded): Likewise.
(SLEB macro): Use new read_sleb128 function.
2011-03-25 15:15:52 +00:00
Joseph Myers
0377a422af
* configure.ac (native_only): Remove.
...
(i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
send-pr uudecode guile gnuserv on host.
(x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
send-pr rcs guile perl texinfo libtool on host.
(i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
automake send-pr rcs guile perl texinfo libtool on host.
(*-*-cygwin*, *-*-netbsd*): Remove host cases.
(*-*-kaos*): Don't disable target-examples target-gperf on target.
(alpha*-dec-osf*): Don't disable fileutils on target.
(sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
texinfo send-pr expect dejagnu on target.
(arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
target-qthreads on target.
(hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
(ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
(i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
x86_64-*-mingw*): Don't disable expect on target.
(*-*-cygwin*): Don't disable target-gperf on target.
(powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
gnuserv on target.
(powerpcle-*-solaris*): Don't disable make expect gnuserv on
target.
* configure: Regenerate.
2011-03-25 13:08:19 +00:00
Andrew Burgess
e7ab5e634b
Move environment modifications into gdb_init so it's done just once per
...
test, and clear the GREP_OPTIONS environment variable. See,
http://sourceware.org/ml/gdb-patches/2011-03/msg00886.html
2011-03-25 13:08:11 +00:00
Joseph Myers
2354b38bbb
* configure.ac (target_tools): Remove target-groff.
...
(native_only): Remove target-groff.
(hppa*64*-*-*): Don't disable byacc.
(i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
setting.
(*-*-kaos*): Don't skip target-librx and target-groff.
(*-*-netware*): Don't skip target-libmudflap.
(*-*-tpf*): Don't skip target-libmudflap.
(sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
directories on the host.
(ia64*-*-*vms*): Don't skip tix.
(sh-*-* | sh64-*-*): Don't condition skipped directories on the
host.
* configure: Regenerate.
2011-03-25 11:36:41 +00:00
Kai Tietz
a7417d468b
2011-03-25 Kai Tietz <ktietz@redhat.com>
...
* tui/tui-source.c (tui_set_source_content): Use filename_cmp
instead of strcmp for comparison.
(tui_source_is_displayed): Likewise.
* tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
2011-03-25 09:57:37 +00:00
Mike Frysinger
a31d4fd99d
sim: bfin: add hw tracing to gpio/sic port events
...
Makes it a lot easier to find out what's going on with interrupt lines
if the ports have tracing output.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-03-25 00:13:57 +00:00
Mike Frysinger
b72cc8e145
sim: bfin: fix GPIO logic bugs when processing events
...
We need the DIR bit cleared, not set, in order for the pin to be treated
as an input.
When looking up the data value, we need to shift the "level" value over by
"my_port" rather than "bit" as the latter has already been shifted over.
We also should normalize the "level" coming in from the outside worlds to
the set of {0,1} since those are the only values that matter to GPIOs.
We need the BOTH bit set, not cleared, in order for the pin to trigger
on both edges.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-03-25 00:13:23 +00:00
Mike Frysinger
eaf863cd1e
sim: bfin: fix clear/set/toggle GPIO handling
...
The clear/set/toggle MMRs aren't backed by "real" data; they implicitly
perform bit operations on the associated data register. So when we go
to process writes to them, we need to adjust the pointer accordingly so
that the actual backing data is modified.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-03-25 00:12:47 +00:00
gdbadmin
ee196b8c2b
*** empty log message ***
2011-03-25 00:00:03 +00:00
Alan Modra
22ec0860bf
daily update
2011-03-24 23:00:06 +00:00
Tom Tromey
55f1336d92
2011-03-24 Mark Wielaard <mjw@redhat.com>
...
* dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
complaint.
(skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
(find_partial_die_in_comp_unit): Likewise in comment.
(read_attribute_value): Likewise.
(lookup_die_type): Likewise.
(dwarf_form_name): Likewise.
(dump_die_shallow): Likewise.
(follow_die_ref_or_sig): Likewise.
2011-03-24 20:35:08 +00:00
Tom Tromey
9ef07c8ca4
gdb
...
PR breakpoints/11816:
* linespec.c (decode_line_1): Parse `function:label' linespecs.
(decode_compound): Update.
(find_function_symbol): New function.
(decode_dollar): Update.
(decode_label): Add 'function_symbol' parameter. Handle
function-relative labels.
(decode_variable): Update.
(symbol_found): Add 'function_symbol' parameter. Use label's PC,
not its line. Set `special_display' and canonical name for
labels.
gdb/doc
* gdb.texinfo (Specify Location): Document `function:label'
linespec.
gdb/testsuite
* gdb.base/label.exp: Use `main:there' linespec. Add re-running
test.
2011-03-24 20:25:17 +00:00
Tom Tromey
56435ebec8
* linespec.h (struct linespec_result) <special_display>: New
...
field.
* breakpoint.h (struct breakpoint) <display_canonical>: New
field.
* breakpoint.c (print_breakpoint_location): Respect
display_canonical.
(create_breakpoint_sal): Add 'display_canonical' parameter.
(create_breakpoints_sal): Update.
(create_breakpoint): Update.
2011-03-24 19:47:17 +00:00
Tom Tromey
7efd8fc2d8
* symtab.c (decode_line_spec): Update.
...
* linespec.c (build_canonical_line_spec): Change type of
'canonical'.
(decode_line_2, decode_line_1, decode_objc, decode_compound)
(find_method, decode_all_digits, decode_dollar, decode_label)
(symbol_found): Likewise.
(init_linespec_result): New function.
* breakpoint.c (struct captured_parse_breakpoint_args)
<canonical_p>: New field, replaces addr_string_p.
(create_breakpoints_sal): Add 'canonical' parameter, replacing
'addr_string'.
(parse_breakpoint_sals): Likewise.
(do_captured_parse_breakpoint): Update.
(create_breakpoint): Use struct linespec_result.
(until_break_command): Update.
(breakpoint_re_set_one): Update.
(decode_line_spec_1): Update.
* linespec.h (struct linespec_result): New.
(init_linespec_result): Declare.
2011-03-24 19:39:49 +00:00
Paolo Bonzini
28d9b232b0
2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
...
* configure.ac: Remove references to mt-mep, mt-netware,
mt-wince.
* Makefile.def: Add all-utils soft dependencies.
* Makefile.tpl: Remove GDB_NLM_DEPS.
* configure: Regenerate.
* Makefile.in: Regenerate.
config:
2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
* mt-mep: Remove, obsolete.
* mt-netware: Remove, obsolete.
* mt-wince: Remove, obsolete.
* mt-v810: Remove, unused.
2011-03-24 17:50:32 +00:00
Paolo Bonzini
dbbe5f9573
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
...
Sync from GCC:
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Remove empty cases.
* configure: Regenerate.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def: Add dependency from termcap to gdb.
* Makefile.in: Regenerate.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
* configure: Regenerate.
* Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Remove all mentions of tentative_cc.
* configure: Regenerate.
2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
PR lto/48086
* configure.ac: Re-enable LTO on *-apple-darwin9.
* configure: Regenerate.
config:
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
Sync from GCC:
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* mh-cygwin: Remove obsolete variables and dependencies.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* mh-sysv4: Remove.
* mh-solaris: Remove.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* mh-sysv4: Remove AR_CFLAGS.
2011-03-24 17:31:20 +00:00
Eric B. Weddington
b8c610a72f
2011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
...
* config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
at90pwm161.
* doc/c-avr.texi: Document new device names.
2011-03-24 17:03:03 +00:00
Paolo Bonzini
2b24eda025
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
...
* mh-sysv4: Remove AR_CFLAGS.
2011-03-24 16:55:11 +00:00
Joseph Myers
3516a40311
* configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
...
i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
*-*-rhapsody*): Remove host cases.
* configure: Regenerate.
config:
* mh-cxux, mh-decstation, mh-dgux386, mh-lynxrs6k, mh-ncr3000,
mh-necv4, mh-sco, mh-sysv5: Remove.
2011-03-24 16:52:11 +00:00
Joseph Myers
93cc359e66
* configure.ac (ppc*-*-pe): Remove host case.
...
(strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
| ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
cases.
* configure: Regenerate.
2011-03-24 13:25:45 +00:00
Pedro Alves
788c8b10e3
* regcache.c (regcache_raw_read): If the target didn't supply a
...
given raw register, mark it as unavailable.
2011-03-24 11:22:03 +00:00
Joseph Myers
29b2c556d2
* config.sub: Update to version 2011-03-23.
2011-03-24 11:13:32 +00:00
Mike Frysinger
2dd0dc9418
gas: blackfin: reject invalid register destinations for vector add/sub
...
The destination registers with vector add/sub insns must be different,
so make sure gas rejects attempt to write these.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-03-24 06:17:47 +00:00