diff options
author | Jie Zhang <jie.zhang@analog.com> | 2008-07-12 08:54:13 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2008-07-12 08:54:13 +0000 |
commit | 1bac266e85020515f8a1a1152345278f249117e4 (patch) | |
tree | 91373f3f426d6cf54fcb56b499623731b7d462e8 /ld/ld.texinfo | |
parent | 26bc3f44e80b269e4470da7b8618ac4da399e0d5 (diff) | |
download | gdb-1bac266e85020515f8a1a1152345278f249117e4.zip gdb-1bac266e85020515f8a1a1152345278f249117e4.tar.gz gdb-1bac266e85020515f8a1a1152345278f249117e4.tar.bz2 |
Revert my last change since it has not been approved.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index a37d7d5..4400524 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -21,7 +21,6 @@ @set UsesEnvVars @set GENERIC @set ARM -@set Blackfin @set H8300 @set HPPA @set I960 @@ -141,9 +140,6 @@ section entitled ``GNU Free Documentation License''. @ifset ARM * ARM:: ld and the ARM family @end ifset -@ifset Blackfin -* Blackfin:: ld and the Blackfin family -@end ifset @ifset HPPA * HPPA ELF32:: ld and HPPA 32-bit ELF @end ifset @@ -829,11 +825,6 @@ For compatibility with other ELF linkers, if the @option{-R} option is followed by a directory name, rather than a file name, it is treated as the @option{-rpath} option. -@kindex --sep-code -@cindex input files, displaying -@itemx --sep-code -Put code in a seperate segment, not along with other read only data. - @kindex -s @kindex --strip-all @cindex strip all symbols @@ -5371,9 +5362,6 @@ functionality are not listed. @ifset ARM * ARM:: @command{ld} and the ARM family @end ifset -@ifset Blackfin -* Blackfin:: @command{ld} and the Blackfin family -@end ifset @ifset HPPA * HPPA ELF32:: @command{ld} and HPPA 32-bit ELF @end ifset @@ -5764,30 +5752,6 @@ otherwise. @end ifclear @end ifset -@ifset Blackfin -@ifclear GENERIC -@raisesections -@end ifclear - -@node Blackfin -@section @command{ld} and the Blackfin family - -@cindex Put code in L1 instruction SRAM -@kindex --code-in-l1 -The @samp{--code-in-l1} option adds a specific flag in the ELF header. -This flag tells loader to put the code segments into Blackfin -L1 instruction SRAM. - -@cindex Put code in L1 data SRAM -@kindex --data-in-l1 -The @samp{--data-in-l1} option adds a specific flag in the ELF header. -This flag tells loader to put the data segments into Blackfin L1 data SRAM. - -@ifclear GENERIC -@lowersections -@end ifclear -@end ifset - @ifset HPPA @ifclear GENERIC @raisesections |