aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-09-30 12:19:51 +0000
committerNick Clifton <nickc@redhat.com>2008-09-30 12:19:51 +0000
commit42b722c134bdc0fa404020194874b63b6741e4aa (patch)
tree60c6f9bc81de1d11ddaa17d2df9e9e58566b23e2 /binutils/ChangeLog
parente144674af8458b72b0f03fc68989b00101773543 (diff)
downloadgdb-42b722c134bdc0fa404020194874b63b6741e4aa.zip
gdb-42b722c134bdc0fa404020194874b63b6741e4aa.tar.gz
gdb-42b722c134bdc0fa404020194874b63b6741e4aa.tar.bz2
PR 6922
* stabs.c (parse_stab_sun_builtin_type): Parse, but ignore SUN's 'b' and 'v' extensions.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ee71f12..c550f85 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-30 Andrew Paprocki <andrew@ishiboo.com>
+
+ PR 6922
+ * stabs.c (parse_stab_sun_builtin_type): Parse, but ignore SUN's
+ 'b' and 'v' extensions.
+
2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
Steve Ellcey <sje@cup.hp.com>