aboutsummaryrefslogtreecommitdiff
path: root/bfd/hppa.c
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1992-12-25 01:50:27 +0000
committerDavid D. Zuhn <zoo@cygnus>1992-12-25 01:50:27 +0000
commit75dd6a3e4b17ff88393a4dd79d822905233937a4 (patch)
tree85a95707d5e1f825110a9b59ecb1fc6fe8f59e6c /bfd/hppa.c
parent7fed4078888f716218e1a2836ce1061242463e35 (diff)
downloadgdb-75dd6a3e4b17ff88393a4dd79d822905233937a4.zip
gdb-75dd6a3e4b17ff88393a4dd79d822905233937a4.tar.gz
gdb-75dd6a3e4b17ff88393a4dd79d822905233937a4.tar.bz2
* hppa.c: change a 'const' to 'CONST', or else HP C compiler dies
Diffstat (limited to 'bfd/hppa.c')
-rw-r--r--bfd/hppa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hppa.c b/bfd/hppa.c
index caa887d..7edd198 100644
--- a/bfd/hppa.c
+++ b/bfd/hppa.c
@@ -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;