aboutsummaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-22 19:09:03 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-22 19:09:03 +0000
commitf8adc62df477edf69a97e91aa53ebefdb9a76dae (patch)
treeaebcd0f4e6034526bb1ab6098c4bb820060120c9 /bfd/aoutx.h
parent3f73352f9061aff935a4dd2a693d877747edea53 (diff)
downloadgdb-f8adc62df477edf69a97e91aa53ebefdb9a76dae.zip
gdb-f8adc62df477edf69a97e91aa53ebefdb9a76dae.tar.gz
gdb-f8adc62df477edf69a97e91aa53ebefdb9a76dae.tar.bz2
const lint
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r--bfd/aoutx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index 070dddc..89e07cd 100644
--- a/bfd/aoutx.h
+++ b/bfd/aoutx.h
@@ -1606,7 +1606,7 @@ DEFUN(NAME(aout,print_symbol),(ignore_abfd, afile, symbol, how),
case bfd_print_symbol_all:
{
CONST char *section_name = symbol->section == (asection *)NULL ?
- "*abs" : symbol->section->name;
+ (CONST char *)"*abs" : symbol->section->name;
bfd_print_symbol_vandf((PTR)file,symbol);