<string>By default, gpasm generates hex files using ISO format. However, some device programmers required a DOS formatted file. This option will cause gpasm to generate a DOS formatted hex file. </string>
<string>Integer li&braries were compiled as reentrant (--int-long-reent)</string>
</property>
<property name="accel">
<string>Alt+B</string>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
@ -172,9 +151,6 @@
<property name="text">
<string>Floating point librar&y was compiled as reentrant (--float-reent)</string>
</property>
<property name="accel">
<string>Alt+Y</string>
</property>
<property name="whatsThis" stdset="0">
<string>Floating point library is compiled as reentrant.</string>
</property>
@ -186,9 +162,6 @@
<property name="text">
<string>Leave out the frame pointer (--fommit-frame-pointer)</string>
</property>
<property name="accel">
<string></string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@ -197,9 +170,6 @@
<property name="text">
<string>Don't memcpy initialized &xram from code (--no-xinit-opt)</string>
</property>
<property name="accel">
<string>Alt+X</string>
</property>
<property name="whatsThis" stdset="0">
<string>Will not memcpy initialized data from code space into xdata space. This saves a few bytes in code space if you don't have initialized data.</string>
</property>
@ -211,9 +181,6 @@
<property name="text">
<string>Callee will &always save registers used (--all-callee-saves)</string>
</property>
<property name="accel">
<string>Alt+A</string>
</property>
</widget>
<spacer>
<property name="name">
@ -252,9 +219,6 @@
<property name="text">
<string>Disable overlaying leaf function &auto variables (--nooverlay)</string>
</property>
<property name="accel">
<string>Alt+A</string>
</property>
<property name="whatsThis" stdset="0">
<string>The compiler will not overlay parameters and local variables of any function, see section Parameters and local variables for more details.</string>
</property>
@ -266,9 +230,6 @@
<property name="text">
<string>Disable the GCSE optimization (--nogcse)</string>
<string>Pass the inline assembler code through the peep hole optimizer. This can cause unexpected changes to inline assembler code, please go through the peephole optimizer rules defined in the source file tree '<target>/peeph.def' before using this option.</string>
</property>
@ -383,9 +320,6 @@
<property name="text">
<string>Don't generate boundary check for &jump tables (--nojtbound)</string>
</property>
<property name="accel">
<string>Alt+J</string>
</property>
</widget>
<spacer>
<property name="name">
@ -424,9 +358,6 @@
<property name="text">
<string>Don't use default libraries (--nodefaultlibs)</string>