diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-11-14 15:30:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-14 15:30:54 +0000 |
commit | 824295f3609d4c5e76ca153756e41406d81f0534 (patch) | |
tree | 5c5bcf5cfd304e267ddf0a1d481f4681fe56ef14 /packages/gdb/gdb_6.3.bb | |
parent | 1e74465eb77afd6b731ed51cb3c9cd44682aa507 (diff) |
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.bb | 1 |
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" |