diff options
author | John Gilmore <gnu@cygnus> | 1991-11-22 19:09:03 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-22 19:09:03 +0000 |
commit | f8adc62df477edf69a97e91aa53ebefdb9a76dae (patch) | |
tree | aebcd0f4e6034526bb1ab6098c4bb820060120c9 /bfd/aoutx.h | |
parent | 3f73352f9061aff935a4dd2a693d877747edea53 (diff) | |
download | gdb-f8adc62df477edf69a97e91aa53ebefdb9a76dae.zip gdb-f8adc62df477edf69a97e91aa53ebefdb9a76dae.tar.gz gdb-f8adc62df477edf69a97e91aa53ebefdb9a76dae.tar.bz2 |
const lint
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 2 |
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); |