xiaoxiang781216 merged PR #11448:
URL: https://github.com/apache/nuttx/pull/11448
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
Gary-Hobson commented on code in PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#discussion_r1440600860
##
libs/libc/symtab/symtab_findbyvalue.c:
##
@@ -92,7 +92,7 @@ symtab_findbyvalue(FAR const struct symtab_s *symtab,
}
else if (symtab[mid].sym_valu
Gary-Hobson commented on PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1875577028
> Include more info in the git commit message
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
Gary-Hobson commented on code in PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#discussion_r1440600860
##
libs/libc/symtab/symtab_findbyvalue.c:
##
@@ -92,7 +92,7 @@ symtab_findbyvalue(FAR const struct symtab_s *symtab,
}
else if (symtab[mid].sym_valu
Gary-Hobson commented on code in PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#discussion_r1439601652
##
libs/libc/symtab/symtab_findbyvalue.c:
##
@@ -92,7 +92,7 @@ symtab_findbyvalue(FAR const struct symtab_s *symtab,
}
else if (symtab[mid].sym_valu
hartmannathan commented on code in PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#discussion_r1439479722
##
libs/libc/symtab/symtab_findbyvalue.c:
##
@@ -92,7 +92,7 @@ symtab_findbyvalue(FAR const struct symtab_s *symtab,
}
else if (symtab[mid].sym_va
xiaoxiang781216 commented on PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1872974399
> > > > > why do you want to sort it? why do you want to make it optional?
> > > >
> > > >
> > > > There are two types of sorts: sorted by symbol name or sorted by
symbo
yamt commented on PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1872680677
> > > > why do you want to sort it? why do you want to make it optional?
> > >
> > >
> > > There are two types of sorts: sorted by symbol name or sorted by
symbol value(address). B
xiaoxiang781216 commented on PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1872656913
> > > why do you want to sort it? why do you want to make it optional?
> >
> >
> > There are two types of sorts: sorted by symbol name or sorted by symbol
value(address)
yamt commented on PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1872503676
> > why do you want to sort it? why do you want to make it optional?
>
> There are two types of sorts: sorted by symbol name or sorted by symbol
value(address). Before the change, the
pkarashchenko commented on code in PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#discussion_r1437915629
##
libs/libc/symtab/symtab_findbyvalue.c:
##
@@ -92,7 +92,7 @@ symtab_findbyvalue(FAR const struct symtab_s *symtab,
}
else if (symtab[mid].sym_va
acassis commented on PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1871293949
@Gary-Hobson please include the summary information in the git commit message
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
xiaoxiang781216 commented on PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1869913445
> why do you want to sort it? why do you want to make it optional?
There are two types of sorts: sorted by symbol name or sorted by symbol
value(address).
Before the chan
yamt commented on PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1869294836
why do you want to sort it?
why do you want to make it optional?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
xiaoxiang781216 commented on code in PR #11448:
URL: https://github.com/apache/nuttx/pull/11448#discussion_r1436247261
##
libs/libc/symtab/symtab_findbyvalue.c:
##
@@ -92,7 +92,7 @@ symtab_findbyvalue(FAR const struct symtab_s *symtab,
}
else if (symtab[mid].sym_
Gary-Hobson opened a new pull request, #11448:
URL: https://github.com/apache/nuttx/pull/11448
## Summary
1. support sorting symbol tables by name
2. libs: fix the problem that the address obtained in thumb mode cannot be
executed.
## Impact
## Testing
--
This is a
16 matches
Mail list logo