* hppa.c: change a 'const' to 'CONST', or else HP C compiler dies
This commit is contained in:
parent
7fed407888
commit
75dd6a3e4b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Dec 24 17:49:09 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||
|
||||
* hppa.c: change a 'const' to 'CONST', or else HP C compiler dies
|
||||
|
||||
Mon Dec 21 16:33:34 1992 Per Bothner (bothner@rtl.cygnus.com)
|
||||
|
||||
* hosts/std-host.h: New file. Attempt at a generic/default
|
||||
|
|
|
@ -461,7 +461,7 @@ DEFUN (hppa_sizeof_headers, (abfd, reloc),
|
|||
static asection *
|
||||
make_bfd_asection (abfd, name, flags, _raw_size, vma, alignment_power)
|
||||
bfd *abfd;
|
||||
const char *name;
|
||||
CONST char *name;
|
||||
flagword flags;
|
||||
bfd_size_type _raw_size;
|
||||
bfd_vma vma;
|
||||
|
|
Loading…
Reference in a new issue