diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-18 10:01:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-18 10:01:08 +0000 |
commit | 2eda3bbc9d93a6124ed8933b0bb87b0f992e31c5 (patch) | |
tree | 20588eaeb29395fae29566e51efc2172509af3c2 /include/coff/xcoff.h | |
parent | 5cc4813b22e7b362c68bcab015f5b13b373e2b80 (diff) | |
download | gdb-2eda3bbc9d93a6124ed8933b0bb87b0f992e31c5.zip gdb-2eda3bbc9d93a6124ed8933b0bb87b0f992e31c5.tar.gz gdb-2eda3bbc9d93a6124ed8933b0bb87b0f992e31c5.tar.bz2 |
* external.h (GET_LINENO_LNNO): Use H_GET_32/16.
(PUT_LINENO_LNNO): Use H_PUT_32/16.
* m88k.h (GET_LNSZ_SIZE, GET_LNSZ_LNNO, GET_SCN_NRELOC,
GET_SCN_NLINNO): Use H_GET_32.
(PUT_LNSZ_LNNO, PUT_LNSZ_SIZE, PUT_SCN_NRELOC, PUT_SCN_NLINNO):
Use H_PUT_32.
* ti.h: Formatting fixes. Make use of H_GET_* and H_PUT_* throughout.
* xcoff.h: White space changes.
Diffstat (limited to 'include/coff/xcoff.h')
-rw-r--r-- | include/coff/xcoff.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h index b25c294..e790510 100644 --- a/include/coff/xcoff.h +++ b/include/coff/xcoff.h @@ -1,6 +1,7 @@ /* Internal format of XCOFF object file data structures for BFD. - Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 + Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -425,7 +426,7 @@ struct xcoff_loader_info /* In case we're on a 32-bit machine, construct a 64-bit "-1" value from smaller values. Start with zero, widen, *then* decrement. */ -#define MINUS_ONE (((bfd_vma)0) - 1) +#define MINUS_ONE (((bfd_vma) 0) - 1) /* |