Line 1... |
Line 1... |
# This shell script emits a C file. -*- C -*-
|
# This shell script emits a C file. -*- C -*-
|
# Copyright 1991, 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
# Copyright 1991, 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
# 2004, 2005, 2006, 2007, 2008, 2009
|
# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
#
|
#
|
# This file is part of the GNU Binutils.
|
# This file is part of the GNU Binutils.
|
#
|
#
|
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
Line 569... |
Line 569... |
fprintf (file, _(" --fix-v4bx-interworking Rewrite BX rn branch to ARMv4 interworking veneer\n"));
|
fprintf (file, _(" --fix-v4bx-interworking Rewrite BX rn branch to ARMv4 interworking veneer\n"));
|
fprintf (file, _(" --use-blx Enable use of BLX instructions\n"));
|
fprintf (file, _(" --use-blx Enable use of BLX instructions\n"));
|
fprintf (file, _(" --vfp11-denorm-fix Specify how to fix VFP11 denorm erratum\n"));
|
fprintf (file, _(" --vfp11-denorm-fix Specify how to fix VFP11 denorm erratum\n"));
|
fprintf (file, _(" --no-enum-size-warning Don'\''t warn about objects with incompatible\n"
|
fprintf (file, _(" --no-enum-size-warning Don'\''t warn about objects with incompatible\n"
|
" enum sizes\n"));
|
" enum sizes\n"));
|
fprintf (file, _(" --no-wchar-size-warning Don'\''t warn about objects with incompatible"
|
fprintf (file, _(" --no-wchar-size-warning Don'\''t warn about objects with incompatible\n"
|
" wchar_t sizes\n"));
|
" wchar_t sizes\n"));
|
fprintf (file, _(" --pic-veneer Always generate PIC interworking veneers\n"));
|
fprintf (file, _(" --pic-veneer Always generate PIC interworking veneers\n"));
|
fprintf (file, _("\
|
fprintf (file, _("\
|
--stub-group-size=N Maximum size of a group of input sections that can be\n\
|
--stub-group-size=N Maximum size of a group of input sections that\n\
|
handled by one stub section. A negative value\n\
|
can be handled by one stub section. A negative\n\
|
locates all stubs after their branches (with a\n\
|
value locates all stubs after their branches\n\
|
group size of -N), while a positive value allows\n\
|
(with a group size of -N), while a positive\n\
|
two groups of input sections, one before, and one\n\
|
value allows two groups of input sections, one\n\
|
after each stub section. Values of +/-1 indicate\n\
|
before, and one after each stub section.\n\
|
the linker should choose suitable defaults.\n"
|
Values of +/-1 indicate the linker should\n\
|
));
|
choose suitable defaults.\n"));
|
fprintf (file, _(" --[no-]fix-cortex-a8 Disable/enable Cortex-A8 Thumb-2 branch erratum fix\n"));
|
fprintf (file, _(" --[no-]fix-cortex-a8 Disable/enable Cortex-A8 Thumb-2 branch erratum fix\n"));
|
fprintf (file, _(" --no-merge-exidx-entries Disable merging exidx entries\n"));
|
fprintf (file, _(" --no-merge-exidx-entries Disable merging exidx entries\n"));
|
fprintf (file, _(" --[no-]fix-arm1176 Disable/enable ARM1176 BLX immediate erratum fix\n"));
|
fprintf (file, _(" --[no-]fix-arm1176 Disable/enable ARM1176 BLX immediate erratum fix\n"));
|
'
|
'
|
|
|