JUMP_TABLES_IN_TEXT_SECTION

Joern Rennecke amylaar@cygnus.co.uk
Mon Apr 6 17:35:00 GMT 1998


> ! 	  if (JUMP_TABLES_IN_TEXT_SECTION
> ! #if !defined(READONLY_DATA_SECTION)
> ! 	      || 1
>   #endif
> + 	      )
> + 	    if (next && GET_CODE (next) == JUMP_INSN)
> + 	      {

I think that would look much nicer if you also changed READONLY_DATA_SECTION
to have a value and be always defined.
Then you could write:

	  if ((JUMP_TABLES_IN_TEXT_SECTION || ! READONLY_DATA_SECTION)
	      && next && GET_CODE (next) == JUMP_INSN)



More information about the Gcc mailing list