mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 14:04:12 +00:00
*** empty log message ***
This commit is contained in:
parent
3e12f39a38
commit
f264b1f575
@ -1,3 +1,8 @@
|
||||
Mon Jul 6 17:09:32 1992 Steve Chamberlain (sac@cygnus.com)
|
||||
|
||||
* obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT
|
||||
|
||||
|
||||
Tue Jun 9 07:50:46 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
||||
|
||||
* tc-m68k.c (m68kip): Fix typo so that only arch's >=68020 do
|
||||
|
@ -471,6 +471,9 @@ static void DEFUN(fill_section,(abfd, filehdr, file_cursor),
|
||||
s->s_flags |= STYP_DATA;
|
||||
else if (strcmp(s->s_name,".bss")==0)
|
||||
s->s_flags |= STYP_BSS | STYP_NOLOAD;
|
||||
else if (strcmp(s->s_name,".lit")==0)
|
||||
s->s_flags = STYP_LIT | STYP_TEXT;
|
||||
|
||||
|
||||
while (frag) {
|
||||
unsigned int fill_size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user