diff options
| author | Scott Garman <scott.a.garman@intel.com> | 2010-12-22 09:56:46 -0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 16:06:45 +0000 |
| commit | 674f99954091856a67c532d17248df6c59b9394d (patch) | |
| tree | d498e2809cdc9229ec180a5daefec2ddce8093cb /meta/recipes-devtools/binutils/files/plt32trunc.patch | |
| parent | 236faced1d907b025a3136c5949a311104d3a661 (diff) | |
| download | poky-674f99954091856a67c532d17248df6c59b9394d.tar.gz | |
binutils: delete unused patches
These patches are not used by any current binutils recipe.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/files/plt32trunc.patch')
| -rw-r--r-- | meta/recipes-devtools/binutils/files/plt32trunc.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-devtools/binutils/files/plt32trunc.patch b/meta/recipes-devtools/binutils/files/plt32trunc.patch deleted file mode 100644 index 4990f5dbb6..0000000000 --- a/meta/recipes-devtools/binutils/files/plt32trunc.patch +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | --- binutils/bfd/elf32-arm.h.orig 2004-04-22 22:11:15.000000000 -0400 | ||
| 2 | +++ binutils/bfd/elf32-arm.h 2004-04-22 22:28:37.000000000 -0400 | ||
| 3 | @@ -2229,6 +2229,8 @@ elf32_arm_relocate_section (output_bfd, | ||
| 4 | case R_ARM_PC24: | ||
| 5 | case R_ARM_ABS32: | ||
| 6 | case R_ARM_THM_PC22: | ||
| 7 | + case R_ARM_PLT32: | ||
| 8 | + | ||
| 9 | if (info->shared | ||
| 10 | && ( | ||
| 11 | (!info->symbolic && h->dynindx != -1) | ||
| 12 | @@ -2262,11 +2264,6 @@ elf32_arm_relocate_section (output_bfd, | ||
| 13 | relocation = 0; | ||
| 14 | break; | ||
| 15 | |||
| 16 | - case R_ARM_PLT32: | ||
| 17 | - if (h->plt.offset != (bfd_vma)-1) | ||
| 18 | - relocation = 0; | ||
| 19 | - break; | ||
| 20 | - | ||
| 21 | default: | ||
| 22 | if (unresolved_reloc) | ||
| 23 | _bfd_error_handler | ||
| 24 | |||
