aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gdb/gdb_6.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-11-14 15:30:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-14 15:30:54 +0000
commit824295f3609d4c5e76ca153756e41406d81f0534 (patch)
tree5c5bcf5cfd304e267ddf0a1d481f4681fe56ef14 /packages/gdb/gdb_6.3.bb
parent1e74465eb77afd6b731ed51cb3c9cd44682aa507 (diff)
downloadopenembedded-824295f3609d4c5e76ca153756e41406d81f0534.tar.gz
gdb 6.3: Add hack to remove references to arm mapping symbols. These are used to mark boundaries between arm and thumb code but gdb 6.3 doesn't understand them so having it ignore them is preferable to corrupting the output.
Diffstat (limited to 'packages/gdb/gdb_6.3.bb')
-rw-r--r--packages/gdb/gdb_6.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gdb/gdb_6.3.bb b/packages/gdb/gdb_6.3.bb
index 98825500f6..3e755cee67 100644
--- a/packages/gdb/gdb_6.3.bb
+++ b/packages/gdb/gdb_6.3.bb
@@ -15,6 +15,7 @@ inherit autotools gettext
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
file://uclibc.patch;patch=1 \
+ file://kill_arm_map_symbols.patch;patch=1 \
file://gdbserver-cflags-last.diff;patch=1;pnum=0"
LDFLAGS_append = " -s"