Index: hppa-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/hppa-tdep.c,v retrieving revision 1.27 diff -c -3 -p -r1.27 hppa-tdep.c *** hppa-tdep.c 5 May 2002 01:15:13 -0000 1.27 --- hppa-tdep.c 30 Oct 2002 23:10:55 -0000 *************** static CORE_ADDR low_text_segment_addres *** 300,306 **** static void record_text_segment_lowaddr (bfd *abfd, asection *section, void *ignored) { ! 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; --- 300,306 ---- static void record_text_segment_lowaddr (bfd *abfd, asection *section, void *ignored) { ! 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;