summaryrefslogtreecommitdiff
path: root/bfd/libaout.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-23 15:30:34 +0000
committerNick Clifton <nickc@redhat.com>2001-08-23 15:30:34 +0000
commitaef90577dcdc59d201e568224da2591dcfc2284f (patch)
treec1e44c209406d59c93e45b8c304bf8602dd329a3 /bfd/libaout.h
parent8c30d8e197adf48b3f40d88952b9264085bdc705 (diff)
downloadgdb-aef90577dcdc59d201e568224da2591dcfc2284f.tar.gz
Add missing prototypes for bout.c
Diffstat (limited to 'bfd/libaout.h')
-rw-r--r--bfd/libaout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h
index cae72de7904..60424bc4702 100644
--- a/bfd/libaout.h
+++ b/bfd/libaout.h
@@ -290,7 +290,7 @@ enum machine_type {
#ifndef N_SET_DYNAMIC
# define N_SET_DYNAMIC(exec, dynamic) \
-((exec).a_info = (dynamic) ? ((exec).a_info | 0x80000000) : \
+((exec).a_info = (dynamic) ? (long) ((exec).a_info | 0x80000000) : \
((exec).a_info & 0x7fffffff))
#endif