diff options
author | Doug Evans <dje@google.com> | 1998-06-01 03:53:57 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-06-01 03:53:57 +0000 |
commit | dbef2779c0c2113e525176e344b3eed0ea5be84c (patch) | |
tree | 5a7e9fa9817d62b9bae398e366e50b6b7d8d2c30 /gas | |
parent | 7a70182554dfbc93d817b09eb6f5bb152fc5b7d6 (diff) | |
download | gdb-dbef2779c0c2113e525176e344b3eed0ea5be84c.zip gdb-dbef2779c0c2113e525176e344b3eed0ea5be84c.tar.gz gdb-dbef2779c0c2113e525176e344b3eed0ea5be84c.tar.bz2 |
* config/tc-dvp.c (create_vuoverlay_section): Set SEC_CODE flag for
overlay sections.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 937fd70..921be52 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -6,7 +6,8 @@ Sun May 31 15:43:06 1998 Doug Evans <devans@canuck.cygnus.com> * config/tc-dvp.c (vuoverlay_string_section): New static global. (md_begin): Create overlay string section. (create_vuoverlay_section): Put section name in overlay string section. - Put string's offset in overlay table entry. + Put string's offset in overlay table entry. Set SEC_CODE flag for + overlay sections. end-sanitize-sky Fri May 29 18:13:12 1998 Ian Lance Taylor <ian@cygnus.com> |