diff options
Diffstat (limited to 'contrib/binutils/ld/mri.h')
-rw-r--r-- | contrib/binutils/ld/mri.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/binutils/ld/mri.h b/contrib/binutils/ld/mri.h index b430d20..fcfba78 100644 --- a/contrib/binutils/ld/mri.h +++ b/contrib/binutils/ld/mri.h @@ -15,13 +15,11 @@ GNU General Public License for more details. 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 02111-1307, USA. */ +Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef MRI_H #define MRI_H -extern unsigned int symbol_truncate; - extern void mri_output_section (const char *, etree_type *); extern void mri_only_load (const char *); extern void mri_base (etree_type *); |