X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Faoutx.h;h=4079147d30ec5566db745867cc90db92cb11dfeb;hb=c17ae8a24ed279ed7e58af6fe08ead6e0600a74a;hp=18c9f07b2583c699c11755745feaf3b71e105baa;hpb=8423293d34986cfa218f79b2b2f1ff9bf77d468f;p=platform%2Fupstream%2Fbinutils.git diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 18c9f07..4079147 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ /* SECTION @@ -730,11 +730,6 @@ NAME (aout, machine_type) (enum bfd_architecture arch, arch_flags = M_386; break; - case bfd_arch_a29k: - if (machine == 0) - arch_flags = M_29K; - break; - case bfd_arch_arm: if (machine == 0) arch_flags = M_ARM; @@ -848,7 +843,6 @@ NAME (aout, set_arch_mach) (bfd *abfd, switch (arch) { case bfd_arch_sparc: - case bfd_arch_a29k: case bfd_arch_mips: obj_reloc_entry_size (abfd) = RELOC_EXT_SIZE; break;