C/C++ Compiler and Run-Time Library
Table A-1. C/C++ Compiler — Obsolete and Replaced Switches (Cont'd)
Release 6.1Switch
-fsigned-bitfields
-funsigned-bitfields
-fno-signed-bitfields
-fno-unsigned-bit-
fields
-fsigned-char
-funsigned-char
-fsyntax-only
-fwritable-strings
-imacros
-MD and -MMD
-mboot-page=
-mdmdata=
-mpmdata=
-mdcode=
-mlistm
A-6
Operation under Release 6.1
Control whether bit field is
signed or unsigned.
Negative form of the
-fsigned-bitfield
-funsigned-bitfield
Specify whether to default to
signed or unsigned char type.
Check syntax only; no out-
put.
Store string constants in the
writable data segment.
Process macro file.
Output rules for the make
utility; used with -E.
Specify boot page.
Specify target architecture file
segments.
Merge C code with
assembler-generated code.
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
Change for VisualDSP++ 3.5
Removed.
Bit field is signed or unsigned
based on the sign of the type defi-
nition declaring the bitfield.
Removed.
and
Bit field is signed or unsigned
.
based on the sign of the type defi-
nition declaring the bitfield.
Replaced with
and
-unsigned-char.
Replaced with
-syntax-only
(see
on page
1-45)
Removed.
String constants are placed in the
section. Definition in
seg_data1
the .
file can place this section
LDF
in RAM or ROM.
Removed.
Removed.
Removed.
The ADSP-219x processors do
not support paging.
Removed.
You can control placement of
object file segments using the
command in the .
SECTIONS
file..
Removed.
for ADSP-219x DSPs
-signed-char
LDF
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?