diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-10 15:15:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-10 15:15:01 +0000 |
commit | 46b85d42877315522123a8ee1a929b7d7e89bc86 (patch) | |
tree | dd282b2c93e930f7fafbd9957dbb1599c9cd7e4a /gas/read.h | |
parent | cce41527ca1386c9658507424cee111869170997 (diff) | |
download | binutils-46b85d42877315522123a8ee1a929b7d7e89bc86.zip binutils-46b85d42877315522123a8ee1a929b7d7e89bc86.tar.gz binutils-46b85d42877315522123a8ee1a929b7d7e89bc86.tar.bz2 |
More warning fixes, and a tweak in tc-hppa.c to check constant
branch offsets a little more thoroughly.
Diffstat (limited to 'gas/read.h')
-rw-r--r-- | gas/read.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ extern void end_repeat PARAMS((int)); extern void generate_lineno_debug PARAMS ((void)); -extern void s_abort PARAMS ((int)); +extern void s_abort PARAMS ((int)) ATTRIBUTE_NORETURN; extern void s_align_bytes PARAMS ((int arg)); extern void s_align_ptwo PARAMS ((int)); extern void s_app_file PARAMS ((int)); |