+2002-10-31 Joel Brobecker <brobecker@gnat.com>
+
+ * hppa-tdep.c (low_text_segment_addres): Fix a compilation warning.
+
2002-10-25 Mark Kettenis <kettenis@gnu.org>
* Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
static void
record_text_segment_lowaddr (bfd *abfd, asection *section, void *ignored)
{
- if ((section->flags & (SEC_ALLOC | SEC_LOAD | SEC_READONLY)
+ if (((section->flags & (SEC_ALLOC | SEC_LOAD | SEC_READONLY))
== (SEC_ALLOC | SEC_LOAD | SEC_READONLY))
&& section->vma < low_text_segment_address)
low_text_segment_address = section->vma;