This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Commit: MSP430: crt0: Remove watchdog disabling code


> The section you're removing the watchdog disabling code from is
> contained in section ".crt_0000start".
> Therefore the section ".crt_0001disable_watchdog" in the code above

I left plenty of room in there for numbers; the next pre-defined
section after 0000start is 0100init_bss, so any number from 0001 to
0099 would do.  Choosing 0042 is arbitrary, and leaves room both
before and after it for even more additions.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]