diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-01-21 05:54:38 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-01-21 05:54:38 +0000 |
commit | 59c871b45790452b5643de68629dea986f7ffee0 (patch) | |
tree | 2fc7cff38ea2d40bee0b44fa255d421ed3f0f57c /gas/read.c | |
parent | 84e43642e3e9729371f4a62b8b1cb5f15008017c (diff) | |
download | gdb-59c871b45790452b5643de68629dea986f7ffee0.zip gdb-59c871b45790452b5643de68629dea986f7ffee0.tar.gz gdb-59c871b45790452b5643de68629dea986f7ffee0.tar.bz2 |
* as.h: Remove #if 0'd code.
* atof-generic.c (atof_generic): Likewise.
* ecoff.c (ecoff_directive_frame): Likewise.
* frags.h (FRAG_APPEND_1_CHAR): Likewise.
* itbl-ops.c (itbl_add_reg): Likewise.
* listing.c (calc_hex): Likewise.
* read.c (MASK_CHAR): Likewise.
* subsegs.c (subsegs_print_statistics): Likewise.
* symbols.c (indent): Likewise.
* write.c (write_relocs): Likewise.
(write_object_file): Likewise.
(relax_frag): Likewise.
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -20,14 +20,10 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#if 0 -/* If your chars aren't 8 bits, you will change this a bit. +/* If your chars aren't 8 bits, you will change this a bit (eg. to 0xFF). But then, GNU isn't spozed to run on your machine anyway. (RMS is so shortsighted sometimes.) */ -#define MASK_CHAR (0xFF) -#else #define MASK_CHAR ((int)(unsigned char) -1) -#endif /* This is the largest known floating point format (for now). It will grow when we do 4361 style flonums. */ |