Line 1... |
Line 1... |
/* SPARC-specific support for 32-bit ELF
|
/* SPARC-specific support for 32-bit ELF
|
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
2003, 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc.
|
2003, 2004, 2005, 2006, 2007, 2010, 2011
|
|
Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
Line 108... |
Line 109... |
{
|
{
|
bfd_set_error (bfd_error_bad_value);
|
bfd_set_error (bfd_error_bad_value);
|
return FALSE;
|
return FALSE;
|
}
|
}
|
|
|
return TRUE;
|
return _bfd_sparc_elf_merge_private_bfd_data (ibfd, obfd);
|
}
|
}
|
|
|
/* The final processing done just before writing out the object file.
|
/* The final processing done just before writing out the object file.
|
We need to set the e_machine field appropriately. */
|
We need to set the e_machine field appropriately. */
|
|
|