diff options
author | Jeff Law <law@redhat.com> | 1994-05-16 16:35:36 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-05-16 16:35:36 +0000 |
commit | 85579659a51059046c2471eff98f1cb63d51e26b (patch) | |
tree | 78591660209aaf61ed967fecd295b6b2f4bcf1b6 /bfd/libhppa.h | |
parent | c3cb04b44063ffe37bf4b035d12f00dcbbd3f386 (diff) | |
download | ppe42-binutils-85579659a51059046c2471eff98f1cb63d51e26b.tar.gz ppe42-binutils-85579659a51059046c2471eff98f1cb63d51e26b.zip |
Fix typo in last check-in.
Diffstat (limited to 'bfd/libhppa.h')
-rw-r--r-- | bfd/libhppa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/libhppa.h b/bfd/libhppa.h index 73a12920b0..40149999e3 100644 --- a/bfd/libhppa.h +++ b/bfd/libhppa.h @@ -1,5 +1,5 @@ /* HP PA-RISC SOM object file format: definitions internal to BFD. - Copyright (C) 1990-1991 Free Software Foundation, Inc. + Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). @@ -24,6 +24,7 @@ #define _HPPA_H #define BYTES_IN_WORD 4 +#define PA_PAGESIZE 0x1000 #ifndef INLINE #ifdef __GNUC__ @@ -307,7 +308,6 @@ hppa_field_adjust (value, constant_value, r_field) unsigned long constant_value; unsigned short r_field; { - value += constant_value; switch (r_field) { case e_fsel: /* F : no change */ |