Date: Mon, 1 May 1995 00:23:06 -0400 From: dj (DJ Delorie) To: antony AT werple DOT mira DOT net DOT au Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: [bug] ebp optimization problem > Yes, but now where does your stack go? You changed the segment but haven't > even touched %sp. > > This works? %ds and %ss have the same base addresses, but different limits and permissions. If you set %ss to equal %ds, you haven't changed the offset of anything, just the range of valid addresses.